@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
7 lines (6 loc) • 296 B
TypeScript
import { default as Popper } from './popper.vue';
import { ComponentPublicInstance } from 'vue';
export { Popper };
export { popperProps } from './props';
export type PopperExposed = ComponentPublicInstance & InstanceType<typeof Popper>;
export type { PopperProps, PopperCProps } from './props';