igniteui-react-core
Version:
Ignite UI React Core.
19 lines (18 loc) • 410 B
TypeScript
import { Type } from "./type";
import { Brush } from "./Brush";
/**
* @hidden
*/
export interface ILegendContext {
readonly itemLabel: any;
readonly legendLabel: any;
readonly series: any;
readonly itemBrush: Brush;
readonly actualItemBrush: Brush;
readonly outline: Brush;
readonly item: any;
}
/**
* @hidden
*/
export declare let ILegendContext_$type: Type;