@progress/kendo-angular-spreadsheet
Version:
A Spreadsheet Component for Angular
15 lines (14 loc) • 540 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2026 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";
/**
* @hidden
*/
export interface FilterMenuItem {
text: string;
icon?: string;
svgIcon?: SVGIcon;
content?: any;
}