UNPKG

angular-admin-lte-teliqo

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