UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

19 lines (18 loc) 435 B
import { Base, Type } from "igniteui-react-core"; import { LegendItemBadgeShape } from "igniteui-react-core"; import { Brush } from "igniteui-react-core"; /** * @hidden */ export declare class DataLegendStylingRowEventArgs extends Base { static $t: Type; constructor(); a: LegendItemBadgeShape; b: boolean; c: boolean; d: number; f: string; g: string; e: string; h: Brush; }