UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

15 lines (14 loc) 409 B
import { EventEmitter } from '@angular/core'; export declare class LegendEntryComponent { color: string; label: any; formattedLabel: string; isActive: boolean; select: EventEmitter<any>; activate: EventEmitter<any>; deactivate: EventEmitter<any>; toggle: EventEmitter<any>; readonly trimmedLabel: string; onMouseEnter(): void; onMouseLeave(): void; }