plane/packages/ui/src/dropdowns/index.ts
Anmol Singh Bhatia f639e467f8
refactor: replace ui components with plane ui components (#2626)
* refactor: replace button component with plane ui component and remove old button component

* refactor: replace dropdown component with plane ui component

* refactor: replace tooltip, input, textarea, spinner and loader component with plane ui component

* refactor: plane ui code refactor
2023-11-03 17:21:38 +05:30

4 lines
104 B
TypeScript

export * from "./custom-menu";
export * from "./custom-select";
export * from "./custom-search-select";