UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

29 lines (28 loc) 710 B
import { Base, Type } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ export declare class RowSelectionEventArgsDetail extends Base { static $t: Type; private e; protected get f(): WCNativeHelper; private i; protected get nativeElement(): any; protected set nativeElement(a: any); setNativeElement(a: any): void; get c(): any[]; set c(a: any[]); get b(): any[]; set b(a: any[]); get a(): any[]; set a(a: any[]); get d(): any[]; set d(a: any[]); get g(): boolean; set g(a: boolean); get h(): boolean; set h(a: boolean); get k(): any; set k(a: any); }