Skip to content

Commit

Permalink
chore: export form styles and types
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Aug 9, 2024
1 parent 816e137 commit d9bf17d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-kit/src/components/form/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ export * from "./BaseTagsInput";
export * from "./BaseTextArea";
export { default as BaseUpload, BaseUploadProps } from "./Upload/BaseUpload";
export { Upload, UploadProps } from "./Upload/Upload";
export * from "./types";
export * from "./Field.styles";

0 comments on commit d9bf17d

Please sign in to comment.