mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
* feat: custom checkbox component. * improvement: checkbox component implementation in email notification settings. * improvement: add loader in email notification settings page.
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
export * from "./input";
|
|
export * from "./textarea";
|
|
export * from "./input-color-picker";
|
|
export * from "./checkbox";
|