ivue-material-plus
Version:
A high quality UI components Library with Vue.js
19 lines (18 loc) • 489 B
TypeScript
export declare const IvueLoadingBar: import("../../utils/install").SFCInstallWithContext<{
start(): void;
update(percent: number): void;
finish(): void;
error(): void;
config(options: {
percent?: number;
status?: string;
color?: string;
failedColor?: string;
height?: number;
visible?: boolean;
duration?: number;
}): void;
destroy(): void;
}>;
export default IvueLoadingBar;
export * from './index.vue';