plane/web/components/core/multiple-select/index.ts
Aaryan Khandelwal 98ebe88c86
[WEB-1501] dev: multiple select core components (#4667)
* dev: multiple select core components

* chore: added export statement
2024-05-31 17:37:24 +05:30

4 lines
111 B
TypeScript

export * from "./entity-select-action";
export * from "./group-select-action";
export * from "./select-group";