UNPKG

vant

Version:

Mobile UI Components built on Vue

9 lines (8 loc) 541 B
export declare const Step: import("../utils").WithInstall<import("vue").DefineComponent<{}, (() => JSX.Element) | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>>; export default Step; export type { StepThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanStep: typeof Step; } }