UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

21 lines (7 loc) 267 B
import { IgcBaseEventArgs } from './igc-base-event-args'; /* jsonAPIPlainObject */ export declare class IgcForOfState extends IgcBaseEventArgs { public startIndex?: number; public chunkSize?: number; }