UNPKG

@fesjs/fes-design

Version:
15 lines (14 loc) 446 B
import type { InjectionKey } from 'vue'; import type { StepsInject } from './interface'; export declare const PROVIDE_KEY: InjectionKey<StepsInject>; export declare const COMPONENT_NAME: { STEPS: string; STEP: string; }; export declare const STATUS: { readonly WAIT: "wait"; readonly PROCESS: "process"; readonly FINISH: "finish"; readonly ERROR: "error"; }; export declare const TYPE: readonly ["default", "navigation"];