UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 357 B
import { default as Divider } from './divider.vue'; import { ComponentPublicInstance } from 'vue'; export { Divider }; export { dividerProps } from './props'; export type DividerExposed = ComponentPublicInstance & InstanceType<typeof Divider>; export type { DividerProps, DividerCProps } from './props'; export type { DividerTextPosition } from './symbol';