First Committ
This commit is contained in:
9
src/typings/ProgressBar.d.ts
vendored
Executable file
9
src/typings/ProgressBar.d.ts
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
export interface IProgressState {
|
||||
percent: number,
|
||||
show: boolean,
|
||||
canSuccess: boolean,
|
||||
duration: number,
|
||||
height: string,
|
||||
color: string,
|
||||
failedColor: string,
|
||||
}
|
||||
Reference in New Issue
Block a user