UNPKG

igniteui-react-core

Version:
21 lines (20 loc) 904 B
import { NativeUIComponent } from "./NativeUIComponent"; import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType"; import { Brush } from "./Brush"; import { Type } from "./type"; import { NativeUIColorEditorValueChangedEventArgs } from "./NativeUIColorEditorValueChangedEventArgs"; /** * @hidden */ export declare class NativeUIColorEditor extends NativeUIComponent { static $t: Type; protected get_e(): NativeUIComponentBuiltInType; get bo(): Brush; set bo(a: Brush); private bk; get bm(): (sender: any, args: NativeUIColorEditorValueChangedEventArgs) => void; set bm(a: (sender: any, args: NativeUIColorEditorValueChangedEventArgs) => void); private bl; get bn(): (sender: any, args: NativeUIColorEditorValueChangedEventArgs) => void; set bn(a: (sender: any, args: NativeUIColorEditorValueChangedEventArgs) => void); }