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
/
header
/
header.component.d.ts
8 lines
(7 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
HeaderComponent
implements
OnInit
{
title
:
string
;
type
:
number
;
constructor
(
);
ngOnInit
():
void
; }