UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

14 lines (13 loc) 227 B
import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum ModelStates { New = 0, Recycled = 1, Inview = 2 } /** * @hidden */ export declare let ModelStates_$type: Type;