UNPKG

@extclp/vexip-ui

Version:

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

8 lines (7 loc) 436 B
import { default as Tour } from './tour.vue'; import { ComponentPublicInstance } from 'vue'; export { Tour }; export { tourProps } from './props'; export type TourExposed = ComponentPublicInstance & InstanceType<typeof Tour>; export type { TourProps, TourCProps } from './props'; export type { TourType, TourSignType, TourVirtual, TourTarget, TourPayload, TourStepOptions, TourStepRenderFn, TourSlotParams, TourSlots } from './symbol';