UNPKG

546 BTypeScriptView Raw
1export declare const Step: import("../utils").WithInstall<import("vue").DefineComponent<{}, (() => import("vue/jsx-runtime").JSX.Element) | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2export default Step;
3export type { StepThemeVars } from './types';
4declare module 'vue' {
5 interface GlobalComponents {
6 VanStep: typeof Step;
7 }
8}
9
\No newline at end of file