igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
12 lines (11 loc) • 391 B
TypeScript
import { ITypedSupportPropertyChangeNotifications$2 } from "./ITypedSupportPropertyChangeNotifications$2";
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export interface ISupportPropertyChangeNotifications extends ITypedSupportPropertyChangeNotifications$2<any, string> {
}
/**
* @hidden
*/
export declare let ISupportPropertyChangeNotifications_$type: Type;