@progress/kendo-react-spreadsheet
Version:
KendoReact Spreadsheet package
16 lines (15 loc) • 680 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 { italicIcon as i } from "@progress/kendo-svg-icons";
import { PropertyChangeTool as t } from "./utils.mjs";
import { keys as o } from "../messages.mjs";
const c = { property: "italic", icon: "italic", svgIcon: i, titleKey: o.italic }, r = t(c);
r.displayName = "Italic";
export {
r as Italic
};