UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
nav-module
/
top-nav
/
top-nav.component.d.ts
8 lines
(7 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
TopNavComponent
implements
OnInit
{
disposedId
(
id
:
any
):
void
;
test
(
txt
:
any
):
void
;
constructor
(
);
ngOnInit
():
void
; }