@fesjs/fes-design
Version:
fes-design for PC
72 lines (71 loc) • 2.45 kB
TypeScript
import { type PropType } from 'vue';
import type { ExtractPublicPropTypes } from '../_util/interface';
export declare const stepsProps: {
readonly current: {
readonly type: NumberConstructor;
};
readonly status: {
readonly type: PropType<"error" | "wait" | "process" | "finish">;
readonly default: "process";
};
readonly type: {
readonly type: PropType<"default" | "navigation">;
readonly default: "default";
};
readonly vertical: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly initial: {
readonly type: NumberConstructor;
readonly default: 1;
};
};
export type StepsProps = ExtractPublicPropTypes<typeof stepsProps>;
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
readonly current: {
readonly type: NumberConstructor;
};
readonly status: {
readonly type: PropType<"error" | "wait" | "process" | "finish">;
readonly default: "process";
};
readonly type: {
readonly type: PropType<"default" | "navigation">;
readonly default: "default";
};
readonly vertical: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly initial: {
readonly type: NumberConstructor;
readonly default: 1;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly current: {
readonly type: NumberConstructor;
};
readonly status: {
readonly type: PropType<"error" | "wait" | "process" | "finish">;
readonly default: "process";
};
readonly type: {
readonly type: PropType<"default" | "navigation">;
readonly default: "default";
};
readonly vertical: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly initial: {
readonly type: NumberConstructor;
readonly default: 1;
};
}>> & Readonly<{}>, {
readonly type: "default" | "navigation";
readonly vertical: boolean;
readonly initial: number;
readonly status: "error" | "wait" | "process" | "finish";
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;