Files
moeka-project/packages/ui/src/components/form/select/index.ts
T

4 lines
182 B
TypeScript

export { default as SelectOption } from './select-option.vue'
export { default as Select } from './select.vue'
export type { SelectOptionGroupItem, SelectOptionItem } from './types'