Skip to content

Commit

Permalink
feat(@captn/react): add exports in index
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed May 7, 2024
1 parent 917792e commit 5111d72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ export * from "./use-sdk";
export * from "./use-captain-action";
export * from "./use-object";
export * from "./use-required-downloads";
export * from "./use-resettable-state";
export * from "./use-save-image";
export * from "./use-sdk";
export * from "./use-text-to-image";
export * from "./use-unload";
export * from "./use-vector-store";

0 comments on commit 5111d72

Please sign in to comment.