UNPKG
jaak-bestframe
Version:
latest (0.0.14)
0.0.14
This is a JAAKRECOG LIVENESS© Angular Component
jaak-bestframe
/
lib
/
components
/
loading
/
loading.component.d.ts
6 lines
(5 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
LoadingComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }