Commit 964b8437d98c2e4e20c0488d4f9381fd9b6c471b
1 parent
c734ea7c
导出LoadingBarClass
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
types/loading-bar.d.ts
@@ -4,9 +4,9 @@ | @@ -4,9 +4,9 @@ | ||
4 | // Definitions: https://github.com/yangdan8/iview.git | 4 | // Definitions: https://github.com/yangdan8/iview.git |
5 | import Vue, { VNode } from 'vue'; | 5 | import Vue, { VNode } from 'vue'; |
6 | 6 | ||
7 | -export const LoadingBar: LoadingBarClass | 7 | +export const LoadingBar: LoadingBarClass; |
8 | 8 | ||
9 | -declare interface LoadingBarClass { | 9 | +export declare interface LoadingBarClass { |
10 | /** | 10 | /** |
11 | * 开始从 0 显示进度条,并自动加载进度 | 11 | * 开始从 0 显示进度条,并自动加载进度 |
12 | */ | 12 | */ |