UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 361 B
import { default as Dropdown } from './dropdown.vue'; import { ComponentPublicInstance } from 'vue'; export { Dropdown }; export { dropdownProps } from './props'; export type DropdownExposed = ComponentPublicInstance & InstanceType<typeof Dropdown>; export type { DropdownProps, DropdownCProps } from './props'; export type { DropdownTrigger } from './symbol';