index.d.ts 546 B

12345678
  1. 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>>;
  2. export default Step;
  3. export type { StepThemeVars } from './types';
  4. declare module 'vue' {
  5. interface GlobalComponents {
  6. VanStep: typeof Step;
  7. }
  8. }