@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
17 lines (16 loc) • 703 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 * as t from "react";
import { uGrid as l, classNames as a } from "@progress/kendo-react-common";
const c = (e) => {
const r = e.unstyled, s = r && r.uGrid ? r.uGrid : l;
return /* @__PURE__ */ t.createElement("td", { className: a(s.hierarchyTd({})), role: "gridcell" });
};
export {
c as GridDetailHierarchyCell
};