UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

12 lines (11 loc) 252 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class GridRowEditStartedEventArgs extends Base { static $t: Type; a: number; private _item; get item(): any; set item(a: any); }