@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 355 B
TypeScript
import { default as Option } from './option.vue';
import { ComponentPublicInstance } from 'vue';
export { Option };
export { optionProps } from './props';
export type OptionExposed = ComponentPublicInstance & InstanceType<typeof Option>;
export type { OptionProps } from './props';
export type { OptionKeyConfig, RawOption, OptionState } from './symbol';