UNPKG

@progress/kendo-react-spreadsheet

Version:
23 lines (22 loc) 746 B
/** * @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 { dropletIcon as e } from "@progress/kendo-svg-icons"; const t = r({ icon: "droplet", svgIcon: e, view: "palette", property: "background", titleKey: o.background, ariaLabel: "Background" }); t.displayName = "BackgroundColor"; export { t as BackgroundColor };