ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
97 lines (96 loc) • 3.04 kB
TypeScript
declare var _default: import("vue").DefineComponent<{
prefixCls: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
wrapperStyle: import("vue-types").VueTypeValidableDef<{
[key: string]: any;
}> & {
default: () => {
[key: string]: any;
};
};
itemWidth: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
active: import("vue-types").VueTypeValidableDef<boolean>;
disabled: import("vue-types").VueTypeValidableDef<boolean>;
status: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
iconPrefix: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
icon: import("vue-types").VueTypeValidableDef<any>;
adjustMarginRight: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
stepNumber: import("vue-types").VueTypeValidableDef<string> & {
default: string;
};
stepIndex: import("vue-types").VueTypeValidableDef<number> & {
default: number;
};
description: import("vue-types").VueTypeValidableDef<any>;
title: import("vue-types").VueTypeValidableDef<any>;
subTitle: import("vue-types").VueTypeValidableDef<any>;
progressDot: import("vue-types").VueTypeDef<any>;
tailContent: import("vue-types").VueTypeValidableDef<any>;
icons: import("vue-types").VueTypeLooseShape<{
finish: any;
error: any;
}>;
onClick: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
default: (...args: any[]) => any;
};
onStepClick: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
default: (...args: any[]) => any;
};
}, any, any, {}, {
onItemClick(...args: any[]): void;
renderIconNode(): JSX.Element;
}, {
methods: {
setState(state: {}, callback: any): void;
__emit(...args: any[]): void;
};
}, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
onClick: (...args: any[]) => any;
prefixCls: string;
status: string;
wrapperStyle: {
[key: string]: any;
};
iconPrefix: string;
itemWidth: string;
adjustMarginRight: string;
stepNumber: string;
stepIndex: number;
onStepClick: (...args: any[]) => any;
} & {
icon?: any;
title?: any;
description?: any;
active?: boolean;
disabled?: boolean;
subTitle?: any;
progressDot?: any;
icons?: {
finish: any;
error: any;
};
tailContent?: any;
}>, {
onClick: (...args: any[]) => any;
prefixCls: string;
status: string;
wrapperStyle: {
[key: string]: any;
};
iconPrefix: string;
itemWidth: string;
adjustMarginRight: string;
stepNumber: string;
stepIndex: number;
onStepClick: (...args: any[]) => any;
}>;
export default _default;