Skip to content

Commit

Permalink
fix: export History type
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilpatrick authored and chrisvxd committed Jul 11, 2024
1 parent eb42734 commit 00a43cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export * from "./components/AutoField";
export * from "./components/Button";
export { Drawer } from "./components/Drawer";

export type { History } from "./lib/use-history-store";

// DEPRECATED
export * from "./components/DropZone";
export * from "./components/IconButton";
Expand Down

0 comments on commit 00a43cf

Please sign in to comment.