Files
bakery-ia/frontend/src/components/ui/Select/index.ts

3 lines
140 B
TypeScript
Raw Normal View History

2025-08-28 10:41:04 +02:00
export { default } from './Select';
export { default as Select } from './Select';
export type { SelectProps, SelectOption } from './Select';