UNPKG

igniteui-angular-charts

Version:

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

14 lines (13 loc) 305 B
import { Base, Type } from "igniteui-angular-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); }