mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 14:39:39 +02:00
2 lines
94 B
TypeScript
2 lines
94 B
TypeScript
export { Select } from './Select';
|
|
export type { SelectProps, SelectOption } from './Select';
|