UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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;