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) 269 B
import { ElementRef } from '@angular/core'; export declare class SidebarRightService { elementRef: ElementRef; /** * [scrollHeight description] * @method scrollHeight * @return [description] */ readonly scrollHeight: number; }