UNPKG

ad-custom-lib

Version:

This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte

11 lines (10 loc) 263 B
import { ElementRef } from '@angular/core'; export declare class HeaderService { elementRef: ElementRef; /** * [offsetHeight description] * @method offsetHeight * @return [description] */ readonly offsetHeight: number; }