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