UNPKG

igniteui-webcomponents-charts

Version:

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

11 lines (10 loc) 329 B
import { FinancialChartDropDownControlView } from "./FinancialChartDropDownControlView"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class FinancialChartTypePickerView extends FinancialChartDropDownControlView { static $t: Type; private get l(); protected k(a: any): void; }