UNPKG

vexip-ui

Version:

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

6 lines (5 loc) 242 B
import { default as Popup } from './popup.vue'; import { ComponentPublicInstance } from 'vue'; export { Popup }; export type PopupExposed = ComponentPublicInstance & InstanceType<typeof Popup>; export type { PopupPlacement } from './symbol';