UNPKG

@progress/kendo-angular-spreadsheet

Version:

A Spreadsheet Component for Angular

19 lines (18 loc) 1.31 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar'; import { SpreadsheetLocalizationService } from '../../localization/spreadsheet-localization.service'; import { SpreadsheetService } from '../../common/spreadsheet.service'; import { SpreadsheetToolsService } from '../tools.service'; import { SpreadsheetCommandButton } from '../shared/spreadsheet-command-button'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class SpreadsheetUnderlineDirective extends SpreadsheetCommandButton { constructor(button: ToolBarButtonComponent, localization: SpreadsheetLocalizationService, spreadsheetService: SpreadsheetService, toolsService: SpreadsheetToolsService); static ɵfac: i0.ɵɵFactoryDeclaration<SpreadsheetUnderlineDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<SpreadsheetUnderlineDirective, "kendo-toolbar-button[kendoSpreadsheetUnderline]", never, {}, {}, never, never, true, never>; }