UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

11 lines (10 loc) 254 B
import { EventArgs, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class RenderRequestedEventArgs extends EventArgs { static $t: Type; private _animate; get animate(): boolean; set animate(a: boolean); }