Skip to content

Commit

Permalink
feat(core): export error types
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored and fracek committed Mar 22, 2022
1 parent 5f6e697 commit b5bf30f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-humans-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@starknet-react/core': patch
---

export types
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export type { Transaction } from './providers/transaction'
export { StarknetProvider } from './providers'
export * from './hooks'
export * from './connectors'
export * from './errors'

0 comments on commit b5bf30f

Please sign in to comment.