- starting project list...
- ordering some functions
- fix error TS2339
quasar.extensions.json was the problem !
inside had:
{
"@quasar/typescript": {
"webpack": "plugin",
"rename": true
}
}
This commit is contained in:
9
src/typings/ProgressBar.d.ts
vendored
Normal file
9
src/typings/ProgressBar.d.ts
vendored
Normal 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