UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

5 lines (4 loc) 240 B
import { default as DropdownList } from '../dropdown/dropdown-list.vue'; import { ComponentPublicInstance } from 'vue'; export { DropdownList }; export type DropdownListExposed = ComponentPublicInstance & InstanceType<typeof DropdownList>;