@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
7 lines (6 loc) • 327 B
TypeScript
import { default as TourStep } from '../tour/tour-step';
import { ComponentPublicInstance } from 'vue';
export { TourStep };
export { tourStepProps } from '../tour/props';
export type TourStepExposed = ComponentPublicInstance & InstanceType<typeof TourStep>;
export type { TourStepProps, TourStepCProps } from '../tour/props';