We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388793c commit f22f32dCopy full SHA for f22f32d
1 file changed
packages/core/index.ts
@@ -1,5 +1,7 @@
1
import "./styles/global.css";
2
3
+export type { PuckAction } from "./reducer/actions";
4
+
5
export * from "./types/Config";
6
export * from "./components/Button";
7
// DEPRECATED
0 commit comments