UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
layout
/
flex-tcb-module
/
module-title
/
module-title.component.d.ts
10 lines
(9 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
ModuleTitleComponent
implements
OnInit
{
isShowHelpInfo
:
boolean
;
showList
:
any
;
mouseOut
():
void
;
cleanTime
():
void
;
constructor
(
);
ngOnInit
():
void
; }