UNPKG

angular-admin-lte

Version:

Admin-lte implémentation for Angular 4+

17 lines (16 loc) • 427 B
import { ElementRef } from '@angular/core'; export declare class SidebarRightService { elementRef: ElementRef; /** * [offsetHeight description] * @method offsetHeight * @return {number} [description] */ readonly offsetHeight: number; /** * [scrollHeight description] * @method scrollHeight * @return {number} [description] */ readonly scrollHeight: number; }