ckgl/node_modules/vant/es/step/index.d.ts
2024-12-21 13:52:42 +08:00

9 lines
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;
}
}