index.d.ts 537 B

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