@progress/kendo-react-listview
Version:
React ListView enables you to display a custom layout of data items. KendoReact ListView package
14 lines (13 loc) • 638 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 { classNames as s } from "@progress/kendo-react-common";
const r = (e) => /* @__PURE__ */ t.createElement("div", { className: s("k-listview-footer", e.className), style: e.style }, e.children);
export {
r as ListViewFooter
};