UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

18 lines (17 loc) 554 B
import { Base, Type } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ export declare class GridRowEditActionsTemplateContext extends Base { static $t: Type; private c; protected get d(): WCNativeHelper; private e; protected get nativeElement(): any; protected set nativeElement(a: any); setNativeElement(a: any): void; get b(): (commit: boolean, e: any) => void; set b(a: (commit: boolean, e: any) => void); private static __marshalByValueIgnore; }