UNPKG

pm-controls

Version:
11 lines (10 loc) 265 B
import { EventEmitter } from '@angular/core'; export declare class BarComponent { Name: string; Items: any; title: string; onExportToExcel: EventEmitter<{}>; onTogglePanel: EventEmitter<{}>; exportToExcel(): void; togglePanel(): void; }