UNPKG

vexip-ui

Version:

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

7 lines (6 loc) 288 B
import { default as Split } from './split.vue'; import { ComponentPublicInstance } from 'vue'; export { Split }; export { splitProps } from './props'; export type SplitExposed = ComponentPublicInstance & InstanceType<typeof Split>; export type { SplitProps, SplitCProps } from './props';