UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 375 B
import { Type } from "./type"; /** * @hidden */ export interface ILegendSeriesInternal { onLegendItemOver(a: any): void; onLegendItemPointerUp(a: any): void; onLegendItemPointerDown(a: any): void; onLegendItemEnter(a: any): void; onLegendItemLeave(a: any): void; } /** * @hidden */ export declare let ILegendSeriesInternal_$type: Type;