UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
nav-module
/
drop-down-menu
/
drop-down-menu.component.d.ts
10 lines
(9 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
OnInit
,
EventEmitter
}
from
'@angular/core'
;
export
declare
class
DropDownMenuComponent
implements
OnInit
{
changeOpen
:
Boolean
;
menusList
:
Array
<
any
>;
navUrl
:
EventEmitter
<{}>;
nav
(
id
:
any
):
void
;
constructor
(
);
ngOnInit
():
void
; }