UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

11 lines (10 loc) 278 B
import { Base, Type } from "igniteui-react-core"; import { BaseEventArgsDetail } from "./BaseEventArgsDetail"; /** * @hidden */ export declare class BaseEventArgs extends Base { static $t: Type; b: BaseEventArgsDetail; static a(a: any): BaseEventArgs; }