UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

17 lines (16 loc) 385 B
import { BaseEventArgsDetail } from "./BaseEventArgsDetail"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class RowDataEventArgsDetail extends BaseEventArgsDetail { static $t: Type; get g(): any; set g(a: any); get i(): any; set i(a: any); get h(): any; set h(a: any); get j(): any; set j(a: any); }