UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
layout
/
flex-tcb-module
/
flex-top
/
flex-top.component.d.ts
6 lines
(5 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
FlexTopComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }