UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
layout
/
flex-lcr-module
/
flex-left-center-right
/
flex-left-center-right.component.d.ts
11 lines
(10 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
FlexLeftCenterRightComponent
implements
OnInit
{
leftWidth
:
number
;
rightWidth
:
number
;
leftBg
:
string
;
bodyBg
:
string
;
rightBg
:
string
;
constructor
(
);
ngOnInit
():
void
; }