UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 376 B
import { default as Drawer } from './drawer.vue'; import { ComponentPublicInstance } from 'vue'; export { Drawer }; export { drawerProps } from './props'; export type DrawerExposed = ComponentPublicInstance & InstanceType<typeof Drawer>; export type { DrawerProps, DrawerCProps } from './props'; export type { DrawerPlacement, DrawerSlotParams, DrawerSlots } from './symbol';