UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
layout
/
flex-tcb-module
/
flex-top-center-bottom
/
flex-top-center-bottom.component.d.ts
11 lines
(10 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
FlexTopCenterBottomComponent
implements
OnInit
{
topHeight
:
number
;
bottomHeight
:
number
;
topBg
:
string
;
bottomBg
:
string
;
bodyBg
:
string
;
constructor
(
);
ngOnInit
():
void
; }