UNPKG
@wizni/quiver
Version:
latest (1.0.0)
1.0.0
Quiver- Angular frontend development tools.
github.com/wizspark/quiver
wizspark/quiver
@wizni/quiver
/
typings
/
loading
/
loading.module.d.ts
5 lines
(4 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
export
{
LoadingType
,
LoadingMode
,
LoadingStrategy
}
from
'./loading.component'
;
export
{
TdLoadingService
,
ITdLoadingConfig
}
from
'./services/loading.service'
;
export
declare
class
QuiverLoadingModule
{ }