igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
14 lines (13 loc) • 349 B
TypeScript
import { InteractionMessage } from "./InteractionMessage";
import { Size } from "igniteui-webcomponents-core";
import { Type } from "igniteui-webcomponents-core";
/**
* @hidden
*/
export declare class LabelSizeChangedMessage extends InteractionMessage {
static $t: Type;
c: number;
d: Size;
e: Size;
b: boolean;
}