ivue-material-plus
Version:
A high quality UI components Library with Vue.js
19 lines (18 loc) • 388 B
TypeScript
declare type options = {
percent?: number;
status?: string;
color?: string;
failedColor?: string;
height?: number;
visible?: boolean;
duration?: number;
};
declare const _default: {
start(): void;
update(percent: number): void;
finish(): void;
error(): void;
config(options: options): void;
destroy(): void;
};
export default _default;