UNPKG

ecp-ui-lib

Version:

11 lines (10 loc) 273 B
import { OnInit } from '@angular/core'; export declare class FlexTopCenterBottomComponent implements OnInit { topHeight: number; bottomHeight: number; topBg: string; bottomBg: string; bodyBg: string; constructor(); ngOnInit(): void; }