Skip to content

Commit f22f32d

Browse files
committed
fix: export missing PuckAction type
1 parent 388793c commit f22f32d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/core/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import "./styles/global.css";
22

3+
export type { PuckAction } from "./reducer/actions";
4+
35
export * from "./types/Config";
46
export * from "./components/Button";
57
// DEPRECATED

0 commit comments

Comments
 (0)