tdesign-mobile-vue
Version:
tdesign-mobile-vue
76 lines (75 loc) • 3.2 kB
TypeScript
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
color: {
type: import("vue").PropType<import("@/components").TdProgressProps['color']>;
default: import("@/components").TdProgressProps['color'];
};
label: {
type: import("vue").PropType<import("@/components").TdProgressProps['label']>;
default: import("@/components").TdProgressProps['label'];
};
percentage: {
type: NumberConstructor;
default: number;
};
size: {
type: import("vue").PropType<import("@/components").TdProgressProps['size']>;
default: import("@/components").TdProgressProps['size'];
};
status: {
type: import("vue").PropType<import("@/components").TdProgressProps['status']>;
validator(val: import("@/components").TdProgressProps['status']): boolean;
};
strokeWidth: {
type: import("vue").PropType<import("@/components").TdProgressProps['strokeWidth']>;
};
theme: {
type: import("vue").PropType<import("@/components").TdProgressProps['theme']>;
default: import("@/components").TdProgressProps['theme'];
validator(val: import("@/components").TdProgressProps['theme']): boolean;
};
trackColor: {
type: StringConstructor;
default: string;
};
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
color: {
type: import("vue").PropType<import("@/components").TdProgressProps['color']>;
default: import("@/components").TdProgressProps['color'];
};
label: {
type: import("vue").PropType<import("@/components").TdProgressProps['label']>;
default: import("@/components").TdProgressProps['label'];
};
percentage: {
type: NumberConstructor;
default: number;
};
size: {
type: import("vue").PropType<import("@/components").TdProgressProps['size']>;
default: import("@/components").TdProgressProps['size'];
};
status: {
type: import("vue").PropType<import("@/components").TdProgressProps['status']>;
validator(val: import("@/components").TdProgressProps['status']): boolean;
};
strokeWidth: {
type: import("vue").PropType<import("@/components").TdProgressProps['strokeWidth']>;
};
theme: {
type: import("vue").PropType<import("@/components").TdProgressProps['theme']>;
default: import("@/components").TdProgressProps['theme'];
validator(val: import("@/components").TdProgressProps['theme']): boolean;
};
trackColor: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}>, {
color: string | string[] | Record<string, string>;
label: string | boolean | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue);
percentage: number;
size: string | number;
theme: import("@/components").ProgressTheme;
trackColor: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;