UNPKG

@progress/kendo-react-spreadsheet

Version:
16 lines (15 loc) 667 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 { arrowRotateCwIcon as o } from "@progress/kendo-svg-icons"; import { UndoRedo as e } from "./utils.mjs"; import { keys as r } from "../messages.mjs"; const t = { action: "redo", icon: "reload", svgIcon: o, titleKey: r.redo }, d = e(t); d.displayName = "Redo"; export { d as Redo };