UNPKG

angular-admin-lte

Version:
8 lines (7 loc) 230 B
import { ElementRef } from '@angular/core'; import { Item } from './sidebar-left.component'; export declare class SidebarLeftToggleDirective { elementRef: ElementRef; item: Item; constructor(elementRef: ElementRef); }