UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 353 B
import { default as Result } from './result.vue'; import { ComponentPublicInstance } from 'vue'; export { Result }; export { resultProps } from './props'; export type ResultExposed = ComponentPublicInstance & InstanceType<typeof Result>; export type { ResultProps, ResultCProps } from './props'; export type { ResultType, ResultSlots } from './symbol';