UNPKG

igniteui-react-core

Version:
62 lines (61 loc) 2.65 kB
import { NativeUIComponent } from "./NativeUIComponent"; import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType"; import { Type } from "./type"; import { NativeUICheckboxListChangeEventArgs } from "./NativeUICheckboxListChangeEventArgs"; import { NativeUICheckboxListIndexTypeChangedEventArgs } from "./NativeUICheckboxListIndexTypeChangedEventArgs"; import { NativeUICheckboxListKeysClearedEventArgs } from "./NativeUICheckboxListKeysClearedEventArgs"; import { Brush } from "./Brush"; import { NativeUICheckboxListIndexType } from "./NativeUICheckboxListIndexType"; import { ControlDisplayDensity } from "./ControlDisplayDensity"; import { INativeUICheckboxListBridge } from "./INativeUICheckboxListBridge"; /** * @hidden */ export declare class NativeUICheckboxList extends NativeUIComponent { static $t: Type; protected get_e(): NativeUIComponentBuiltInType; private bn; get bq(): (sender: any, args: NativeUICheckboxListChangeEventArgs) => void; set bq(a: (sender: any, args: NativeUICheckboxListChangeEventArgs) => void); private bo; get br(): (sender: any, args: NativeUICheckboxListChangeEventArgs) => void; set br(a: (sender: any, args: NativeUICheckboxListChangeEventArgs) => void); private bp; get bs(): (sender: any, args: NativeUICheckboxListChangeEventArgs) => void; set bs(a: (sender: any, args: NativeUICheckboxListChangeEventArgs) => void); private bu; get bv(): (sender: any, args: NativeUICheckboxListIndexTypeChangedEventArgs) => void; set bv(a: (sender: any, args: NativeUICheckboxListIndexTypeChangedEventArgs) => void); private bw; get bx(): (sender: any, args: NativeUICheckboxListKeysClearedEventArgs) => void; set bx(a: (sender: any, args: NativeUICheckboxListKeysClearedEventArgs) => void); get bz(): any; set bz(a: any); get b6(): Brush; set b6(a: Brush); get b0(): string; set b0(a: string); get b1(): string; set b1(a: string); get bt(): NativeUICheckboxListIndexType; set bt(a: NativeUICheckboxListIndexType); get bl(): ControlDisplayDensity; set bl(a: ControlDisplayDensity); get by(): boolean; set by(a: boolean); get bk(): string[]; set bk(a: string[]); get ca(): Brush; set ca(a: Brush); get b7(): Brush; set b7(a: Brush); get b8(): Brush; set b8(a: Brush); get b9(): Brush; set b9(a: Brush); get bm(): INativeUICheckboxListBridge; b3(): void; b2(a: string[], b: any[]): void; b4(a: number, b: string[], c: any[]): void; b5(a: number): void; }