vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 461 B
TypeScript
import { default as Select } from './select.vue';
import { ComponentPublicInstance } from 'vue';
export { Select };
export { selectProps } from './props';
export type SelectExposed = ComponentPublicInstance & InstanceType<typeof Select>;
export type { SelectProps, SelectCProps } from './props';
export type { SelectKeyConfig, SelectRawOption, SelectBaseValue, SelectValue, SelectOptionState, SelectFilter, SelectListSlotParams, SelectSlots, } from './symbol';