igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
20 lines (19 loc) • 750 B
TypeScript
import { LegendSizeChangedEventArgs as LegendSizeChangedEventArgs_internal } from "./LegendSizeChangedEventArgs";
import { ContentChildrenManager } from "igniteui-react-core";
/**
* Provides data for legend's size changed event.
*/
export declare class IgrLegendSizeChangedEventArgs {
protected createImplementation(): LegendSizeChangedEventArgs_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): LegendSizeChangedEventArgs_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
}