UNPKG

@progress/kendo-react-spreadsheet

Version:
21 lines (20 loc) 706 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 { underlineIcon as e } from "@progress/kendo-svg-icons"; import { PropertyChangeTool as n } from "./utils.mjs"; import { keys as r } from "../messages.mjs"; const o = { property: "underline", icon: "underline", svgIcon: e, titleKey: r.underline }, i = n(o); i.displayName = "Underline"; export { i as Underline };