UNPKG

igniteui-react-charts

Version:

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

17 lines (16 loc) 673 B
import { FrameworkElement } from "igniteui-react-core"; import { INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "igniteui-react-core"; import { PropertyUpdatedEventArgs } from "igniteui-react-core"; /** * @hidden */ export declare class SyncSettings extends FrameworkElement implements INotifyPropertyChanged { static $t: Type; syncChannel: string; synchronizeVertically: boolean; synchronizeHorizontally: boolean; protected ai(a: string, b: any, c: any): void; propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void; propertyUpdated: (sender: any, e: PropertyUpdatedEventArgs) => void; static $$p: string[]; }