UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 237 B
import { Type } from "./type"; export declare enum NotifyCollectionChangedAction { Add = 0, Remove = 1, Replace = 2, Reset = 4 } /** * @hidden */ export declare let NotifyCollectionChangedAction_$type: Type;