UNPKG

igniteui-webcomponents-charts

Version:

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

14 lines (13 loc) 266 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class CalloutContentUpdatingEventArgs extends Base { static $t: Type; c: any; d: any; private _item; get item(): any; set item(a: any); a: any; }