Files
newfreeplanet_OLD/src/typings/ProgressBar.d.ts

10 lines
173 B
TypeScript
Raw Normal View History

2021-08-31 18:09:59 +02:00
export interface IProgressState {
percent: number,
show: boolean,
canSuccess: boolean,
duration: number,
height: string,
color: string,
failedColor: string,
}