UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

10 lines (9 loc) 209 B
import { Type } from "igniteui-react-core"; export declare enum CheckboxListIndexType { Selected = 0, DeSelected = 1 } /** * @hidden */ export declare let CheckboxListIndexType_$type: Type;