tdesign-mobile-vue
Version:
tdesign-mobile-vue
26 lines (25 loc) • 863 B
TypeScript
import { TdStepItemProps } from '../steps/type';
import { PropType } from 'vue';
declare const _default: {
content: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
default: string;
};
icon: {
type: PropType<(h: typeof import("vue").h) => import("..").SlotReturnValue>;
};
status: {
type: PropType<import("../steps/type").StepStatus>;
default: import("../steps/type").StepStatus;
validator(val: TdStepItemProps['status']): boolean;
};
title: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
default: string;
};
titleRight: {
type: PropType<string | ((h: typeof import("vue").h) => import("..").SlotReturnValue)>;
default: string;
};
};
export default _default;