0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/packages/ui/src/form-fields/index.ts
Prateek Shourya 1927fdd437
feat: checkbox component ()
* feat: custom checkbox component.

* improvement: checkbox component implementation in email notification settings.

* improvement: add loader in email notification settings page.
2024-02-09 16:37:39 +05:30

5 lines
119 B
TypeScript

export * from "./input";
export * from "./textarea";
export * from "./input-color-picker";
export * from "./checkbox";