Skip to content

Commit

Permalink
fix: export missing PuckAction type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Nov 22, 2023
1 parent 388793c commit f22f32d
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
@@ -1,5 +1,7 @@
import "./styles/global.css";

export type { PuckAction } from "./reducer/actions";

export * from "./types/Config";
export * from "./components/Button";
// DEPRECATED
Expand Down

0 comments on commit f22f32d

Please sign in to comment.