@progress/kendo-react-spreadsheet
Version:
KendoReact Spreadsheet package
23 lines (22 loc) • 745 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { keys as o } from "../messages.mjs";
import { ColorTool as r } from "./utils.mjs";
import { foregroundColorIcon as e } from "@progress/kendo-svg-icons";
const t = r({
icon: "foreground-color",
svgIcon: e,
view: "palette",
property: "color",
titleKey: o.textColor,
ariaLabel: "Text Color"
});
t.displayName = "TextColor";
export {
t as TextColor
};