UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

14 lines (13 loc) 504 B
import { ITypedPropertyChangeListener$2 } from "./ITypedPropertyChangeListener$2"; import { Type } from "igniteui-angular-core"; /** * @hidden */ export interface ITypedSupportPropertyChangeNotifications$2<TItem, TProperty> { addListener(a: ITypedPropertyChangeListener$2<TItem, TProperty>, b: boolean): void; removeListener(a: ITypedPropertyChangeListener$2<TItem, TProperty>): void; } /** * @hidden */ export declare let ITypedSupportPropertyChangeNotifications$2_$type: Type;