UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
boot
/
lib
/
IBootProgressBar.d.ts
6 lines
(5 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IBootProgressBar
{
getLabel
:
() =>
string
;
setLabel
:
(
label
:
string
) =>
void
;
setProgress
:
(
current
:
number
,
total
:
number
) =>
void
; }