UNPKG
ecp-ui-lib
Version:
latest (0.1.8)
0.1.8
ecp-ui-lib
/
lib
/
layout
/
layout-vertical-center
/
layout-vertical-center.component.d.ts
7 lines
(6 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
LayoutVerticalCenterComponent
implements
OnInit
{
customStyle
:
Object
;
constructor
(
);
ngOnInit
():
void
; }