Skip to content

Commit

Permalink
fix: exported the actual iconenum and not just the type
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Dec 4, 2024
1 parent 28f1673 commit a4a1fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export * from "./services";
export * from "./hooks";
export * from "./style";
export type * from "./model";
export { IconEnum } from "./model";
export * from "./utils/quickformUtils";
export { defaultQuickFormTokens } from "./style/defaultQuickFormTokens";

0 comments on commit a4a1fd7

Please sign in to comment.