UNPKG

igniteui-react-charts

Version:

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

16 lines (15 loc) 447 B
import { Base, INotifyPropertyChanged, Type, PropertyChangedEventArgs } from "igniteui-react-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); }