UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 354 B
import { Type } from "./type"; import { NotifyCollectionChangedEventArgs } from "./NotifyCollectionChangedEventArgs"; /** * @hidden */ export interface INotifyCollectionChanged { collectionChanged: (sender: any, e: NotifyCollectionChangedEventArgs) => void; } /** * @hidden */ export declare let INotifyCollectionChanged_$type: Type;