@progress/kendo-react-taskboard
Version:
KendoReact TaskBoard package
15 lines (14 loc) • 620 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 a from "react";
import { CardBody as o } from "@progress/kendo-react-layout";
const d = (r) => /* @__PURE__ */ a.createElement(o, null, r.children);
d.displayName = "KendoReactTaskBoardCardBody";
export {
d as TaskBoardCardBody
};