UNPKG
nd-gui
Version:
latest (0.0.7-6)
0.0.7
0.0.7-6
0.0.7-5
0.0.7-4
0.0.7-3
0.0.7-2
0.0.7-1
0.0.6
0.0.5
0.0.4
0.0.3
UI components for NetDocuments
nd-gui
/
footer
/
footer.component.d.ts
7 lines
(6 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
FooterComponent
implements
OnInit
{
inlineStyle
:
any
;
constructor
(
);
ngOnInit
():
void
; }