Skip to content

Commit

Permalink
fix(exports): export types (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanosync authored Nov 16, 2023
1 parent a080564 commit c49c08c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/ord-connect/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ export { useBalance } from "./hooks/useBalance";
export { useSend } from "./hooks/useSend";
export { useSign } from "./hooks/useSign";
export { useSignMessage } from "./hooks/useSignMessage";
export type { BiAddress } from "./providers/OrdContext";
export { OrdConnectProvider, useOrdContext } from "./providers/OrdContext";
export type {
BiAddress,
OrdConnectProviderProps,
} from "./providers/OrdContext";
export {
Network,
OrdConnectProvider,
useOrdContext,
} from "./providers/OrdContext";

0 comments on commit c49c08c

Please sign in to comment.