UNPKG

igniteui-react-charts

Version:

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

14 lines (13 loc) 275 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class FunnelDataContext extends Base { static $t: Type; private c; get item(): any; set item(a: any); private a; get b(): number; set b(a: number); }