UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

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