@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 343 B
TypeScript
import { default as Alert } from './alert.vue';
import { ComponentPublicInstance } from 'vue';
export { Alert };
export { alertProps } from './props';
export type AlertExposed = ComponentPublicInstance & InstanceType<typeof Alert>;
export type { AlertProps, AlertCProps } from './props';
export type { AlertType, AlertSlots } from './symbol';