@progress/kendo-react-grid
Version:
React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package
20 lines (19 loc) • 666 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
*-------------------------------------------------------------------------------------------
*/
"use client";
import { cloneReactElement as t } from "../../utils/index.mjs";
import { useDetailCellClientTdProps as l } from "./useDetailCellClientTdProps.mjs";
const i = (e) => {
const r = l(e);
return t(e.children, {
...r
});
};
export {
i as GridDetailCellServerContainer
};