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