UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
tool-bar3
/
tool-bar3.component.d.ts
10 lines
(9 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
ToolBar3Component
implements
OnInit
{
hoverId
:
number
;
thisMenuId
:
number
;
menuSel
(
i
:
any
):
void
;
showSubMenu
(
i
:
any
):
void
;
constructor
(
);
ngOnInit
():
void
; }