UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

18 lines (17 loc) 450 B
import { GridActionsBaseDirective } from "./GridActionsBaseDirective"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class GridEditingActions extends GridActionsBaseDirective { static $t: Type; get i(): boolean; set i(a: boolean); get k(): boolean; set k(a: boolean); get j(): boolean; set j(a: boolean); get h(): boolean; set h(a: boolean); l(a: any): void; }