4 lines
182 B
TypeScript
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'
|