UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 348 B
import { default as Wheel } from './wheel.vue'; import { ComponentPublicInstance } from 'vue'; export { Wheel }; export { wheelProps } from './props'; export type WheelExposed = ComponentPublicInstance & InstanceType<typeof Wheel>; export type { WheelProps, WheelCProps } from './props'; export type { WheelRawOption, WheelSlots } from './symbol';