UNPKG

angular-admin-lte

Version:
8 lines (7 loc) 238 B
import { ElementRef } from '@angular/core'; import { TabComponent } from './tabs.component'; export declare class TabToggleDirective { elementRef: ElementRef; tabComponent: TabComponent; constructor(elementRef: ElementRef); }