UNPKG

igniteui-angular-spreadsheet

Version:

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

10 lines (9 loc) 359 B
import { Base, INotifyPropertyChanged, PropertyChangedEventArgs, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class SpreadsheetDialogFormatBase extends Base implements INotifyPropertyChanged { static $t: Type; propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void; protected _a(a: string): void; }