@progress/kendo-react-taskboard
Version:
KendoReact TaskBoard package
14 lines (13 loc) • 696 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";
const o = (e) => /* @__PURE__ */ a.createElement("div", { className: "k-taskboard-column-cards-container" }, /* @__PURE__ */ a.createElement("div", { className: "k-taskboard-column-cards" }, e.children));
o.displayName = "KendoReactTaskBoardColumnBody";
export {
o as TaskBoardColumnBody
};