UNPKG

igniteui-react-charts

Version:

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

14 lines (13 loc) 290 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class FinancialChartTypePickerContext extends Base { static $t: Type; private _vm; get vm(): any; set vm(a: any); private _template; get template(): any; set template(a: any); }