UNPKG

@progress/kendo-react-grid

Version:

React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package

24 lines (23 loc) 953 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use client"; import * as t from "react"; import { useUnstyled as c, uGrid as i, classNames as l } from "@progress/kendo-react-common"; import { useLocalization as n } from "@progress/kendo-react-intl"; import { headerGroupSpacerAccessibleLabel as a, messages as m } from "../messages/index.mjs"; const f = (p) => { var r; const e = c(), o = (r = e == null ? void 0 : e.uGrid) != null ? r : i, s = n().toLanguageString( a, m[a] ); return /* @__PURE__ */ t.createElement("span", { className: l(o.srOnly({})) }, s); }; export { f as GridHeaderGroupSpacerCell };