UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

31 lines (30 loc) 1.35 kB
import { Step } from './steps-guide-types'; import './steps-guide.scss'; declare const _default: import("vue").DefineComponent<{ readonly zIndex: number; readonly showDots: boolean; readonly showClose: boolean; readonly scrollToTargetSwitch: boolean; readonly stepChange: Function; readonly steps?: Step[] | undefined; readonly stepIndex?: number | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("guide-close" | "update:stepIndex")[], "guide-close" | "update:stepIndex", import("vue").PublicProps, Readonly<{ readonly zIndex: number; readonly showDots: boolean; readonly showClose: boolean; readonly scrollToTargetSwitch: boolean; readonly stepChange: Function; readonly steps?: Step[] | undefined; readonly stepIndex?: number | undefined; }> & Readonly<{ "onGuide-close"?: ((...args: any[]) => any) | undefined; "onUpdate:stepIndex"?: ((...args: any[]) => any) | undefined; }>, { readonly zIndex: number; readonly showDots: boolean; readonly showClose: boolean; readonly stepIndex: number; readonly scrollToTargetSwitch: boolean; readonly stepChange: Function; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;