@progress/kendo-angular-spreadsheet
Version:
A Spreadsheet Component for Angular
15 lines (14 loc) • 657 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { SVGIcon } from '@progress/kendo-svg-icons';
import { SpreadsheetCommand } from './commands';
/**
* @hidden
*/
export declare const commandIcons: Partial<Record<SpreadsheetCommand, string>>;
/**
* @hidden
*/
export declare const commandSVGIcons: Partial<Record<SpreadsheetCommand, SVGIcon>>;