vant
Version:
Mobile UI Components built on Vue
9 lines (8 loc) • 546 B
TypeScript
export 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>>;
export default Step;
export type { StepThemeVars } from './types';
declare module 'vue' {
interface GlobalComponents {
VanStep: typeof Step;
}
}