ivue-material-plus
Version:
A high quality UI components Library with Vue.js
81 lines (80 loc) • 1.7 kB
TypeScript
declare const _sfc_main: import("vue").DefineComponent<{
/**
* 颜色
*
* @type {String}
*/
color: {
type: StringConstructor;
default: string;
};
/**
* 错误颜色
*
* @type {String}
*/
failedColor: {
type: StringConstructor;
default: string;
};
/**
* 进度条高度
*
* @type {Number}
*/
height: {
type: NumberConstructor;
default: number;
};
}, {
prefixCls: string;
data: {
percent: number;
status: string;
visible: boolean;
};
innerClasses: import("vue").ComputedRef<(string | {
[x: string]: boolean;
})[]>;
outerStyles: import("vue").ComputedRef<{
height: string;
}>;
styles: import("vue").ComputedRef<{
width: string;
height: string;
backgroundColor: string;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* 颜色
*
* @type {String}
*/
color: {
type: StringConstructor;
default: string;
};
/**
* 错误颜色
*
* @type {String}
*/
failedColor: {
type: StringConstructor;
default: string;
};
/**
* 进度条高度
*
* @type {Number}
*/
height: {
type: NumberConstructor;
default: number;
};
}>>, {
height: number;
color: string;
failedColor: string;
}>;
export default _sfc_main;