igniteui-react-grids
Version:
Ignite UI React grid components.
11 lines (10 loc) • 313 B
TypeScript
import { Base, Type } from "igniteui-react-core";
import { GridKeydownEventArgsDetail } from "./GridKeydownEventArgsDetail";
/**
* @hidden
*/
export declare class GridKeydownEventArgs extends Base {
static $t: Type;
b: GridKeydownEventArgsDetail;
static a(a: any): GridKeydownEventArgs;
}