Skip to content

Commit

Permalink
export grantee signer client type
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntVal committed Dec 18, 2024
1 parent 26f48fd commit bce3b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/abstraxion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export {
useModal,
} from "./hooks";

export { ContractGrantDescription } from "./components/AbstraxionContext";
export type { ContractGrantDescription } from "./components/AbstraxionContext";
export type { GranteeSignerClient } from "@burnt-labs/abstraxion-core";

0 comments on commit bce3b27

Please sign in to comment.