导出LoadingBarClass
This commit is contained in:
parent
c734ea7c57
commit
964b8437d9
1 changed files with 2 additions and 2 deletions
4
types/loading-bar.d.ts
vendored
4
types/loading-bar.d.ts
vendored
|
@ -4,9 +4,9 @@
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
export const LoadingBar: LoadingBarClass
|
export const LoadingBar: LoadingBarClass;
|
||||||
|
|
||||||
declare interface LoadingBarClass {
|
export declare interface LoadingBarClass {
|
||||||
/**
|
/**
|
||||||
* 开始从 0 显示进度条,并自动加载进度
|
* 开始从 0 显示进度条,并自动加载进度
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue