Files
pole-book/server/node_modules/@strapi/design-system/dist/components/Select/index.d.ts

7 lines
492 B
TypeScript

export { MultiSelectNested } from './MultiSelectNested';
export type { MultiSelectNestedProps } from './MultiSelectNested';
export { MultiSelect, MultiSelectGroup, MultiSelectOption } from './MultiSelect';
export type { MultiSelectProps, MultiSelectGroupProps, MultiSelectOptionProps } from './MultiSelect';
export { SingleSelect, SingleSelectOption } from './SingleSelect';
export type { SingleSelectProps, SingleSelectOptionProps } from './SingleSelect';
//# sourceMappingURL=index.d.ts.map