igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
10 lines (9 loc) • 362 B
TypeScript
import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare abstract class PropertyChangeNotifier extends Base implements INotifyPropertyChanged {
static $t: Type;
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
protected a(a: string): void;
}