UNPKG

@progress/kendo-angular-spreadsheet

Version:

A Spreadsheet Component for Angular

22 lines (21 loc) 902 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { EventEmitter, NgZone } from '@angular/core'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class SpreadsheetToolsService { ngZone: NgZone; stateChange: EventEmitter<Object>; set toolsState(state: any); get toolsState(): any; private toolsFunctions; private _toolsState; constructor(ngZone: NgZone); updateTools: (e: any) => void; static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetToolsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SpreadsheetToolsService>; }