Skip to content

Commit

Permalink
fix: export missing Plugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jun 20, 2024
1 parent e367dd4 commit eb42734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import "./styles.css";
export type { PuckAction } from "./reducer/actions";

export * from "./types/Config";
export * from "./types/Plugin";
export * from "./types/Fields";

export * from "./components/AutoField";
Expand Down

0 comments on commit eb42734

Please sign in to comment.