UNPKG

igniteui-webcomponents-charts

Version:

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

16 lines (15 loc) 455 B
import { Base, INotifyPropertyChanged, Type, PropertyChangedEventArgs } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class FinancialChartIndicatorMenuItem extends Base implements INotifyPropertyChanged { static $t: Type; d: any; c: number; f: string; g: Type; private a; propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void; get b(): boolean; set b(a: boolean); }