UNPKG

igniteui-webcomponents-charts

Version:

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

15 lines (14 loc) 319 B
import { Message } from "./Message"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class RenderingMessage extends Message { static $t: Type; private d; get e(): string; set e(a: string); private b; get c(): boolean; set c(a: boolean); }