UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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