UNPKG

angular-admin-lte

Version:

Admin-lte implémentation for Angular 4+

11 lines (10 loc) • 276 B
import { ElementRef } from '@angular/core'; export declare class TabToggleDirective { elementRef: ElementRef; tabComponent: any; /** * @method constructor * @param {ElementRef} elementRef [description] */ constructor(elementRef: ElementRef); }