UNPKG

@progress/kendo-react-spreadsheet

Version:
16 lines (15 loc) 668 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 { boldIcon as o } from "@progress/kendo-svg-icons"; import { PropertyChangeTool as t } from "./utils.mjs"; import { keys as r } from "../messages.mjs"; const l = { property: "bold", icon: "bold", svgIcon: o, titleKey: r.bold }, e = t(l); e.displayName = "Bold"; export { e as Bold };