vue-devui
Version:
DevUI components based on Vite and Vue3
32 lines (31 loc) • 1.03 kB
TypeScript
import './step.scss';
declare const _default: import("vue").DefineComponent<{
readonly title: {
readonly type: StringConstructor;
readonly required: true;
};
readonly description: {
readonly type: StringConstructor;
};
readonly icon: {
readonly type: StringConstructor;
};
readonly status: {
readonly type: import("vue").PropType<import("./step-types").IStepStatus>;
};
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
readonly title: {
readonly type: StringConstructor;
readonly required: true;
};
readonly description: {
readonly type: StringConstructor;
};
readonly icon: {
readonly type: StringConstructor;
};
readonly status: {
readonly type: import("vue").PropType<import("./step-types").IStepStatus>;
};
}>>, {}, {}>;
export default _default;