UNPKG

@extclp/vexip-ui

Version:

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

5 lines (4 loc) 199 B
import { default as Portal } from './portal.vue'; import { ComponentPublicInstance } from 'vue'; export { Portal }; export type PortalExposed = ComponentPublicInstance & InstanceType<typeof Portal>;