Skip to content

Commit

Permalink
chore: export hook types
Browse files Browse the repository at this point in the history
  • Loading branch information
mkflow27 committed Oct 2, 2024
1 parent ce31d03 commit 4212dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions typescript/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './types';
1 change: 1 addition & 0 deletions typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './vault/vault';
export * from './vault/types';
export * from './weighted';
export * from './buffer';
export * from './hooks';

0 comments on commit 4212dec

Please sign in to comment.