UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

21 lines (7 loc) 306 B
import { IgcBaseEventArgs } from './igc-base-event-args'; import { IgcForOfState } from './igc-for-of-state'; export declare class IgcForOfDataChangingEventArgs extends IgcBaseEventArgs { public containerSize: number; public state: IgcForOfState; }