plane/web/components/dropdowns/index.ts
Aaryan Khandelwal 0d036e6bf5
refactor: dropdown button components (#3508)
* refactor: dropdown button components

* chore: dropdowns accessibility improvement

* chore: update module dropdown

* chore: update option content

* chore: hide icon from the peek overview

---------

Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
2024-01-31 15:36:55 +05:30

9 lines
209 B
TypeScript

export * from "./member";
export * from "./cycle";
export * from "./date";
export * from "./estimate";
export * from "./module";
export * from "./priority";
export * from "./project";
export * from "./state";