UNPKG

igniteui-angular-spreadsheet

Version:

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

9 lines (8 loc) 197 B
import { Base, Type } from "igniteui-angular-core"; /** * @hidden */ export declare abstract class PropertyChangeListenerBase extends Base { static $t: Type; abstract a(): any; }