UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

18 lines (17 loc) 955 B
import { default as _Tour } from './src/index.vue'; export declare const Tour: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; ok: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; }>, { data: import('./src/types').Steps[]; buts: import('./src/types').StepsBut; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { stepEl: HTMLDivElement; arrowEl: HTMLDivElement; }, any>> & Record<string, any>; export type TourInstance = InstanceType<typeof _Tour>;