UNPKG

igniteui-angular-spreadsheet

Version:

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

13 lines (12 loc) 303 B
import { Base, IDisposable, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class DisposableAction extends Base implements IDisposable { static $t: Type; private _a; constructor(a: () => void); dispose(): void; _c(): void; get _b(): boolean; }