UNPKG
gdrive-lib
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
LawVu's GDrive Angular library
gdrive-lib
/
lib
/
lawvu-gdrive-sync.component.d.ts
9 lines
(8 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
LawVuGdriveSyncComponent
implements
OnInit
{
successMessage
:
string
;
constructor
(
);
ngOnInit
():
void
;
showModal
():
void
;
hideModal
():
void
; }