UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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