UNPKG

@progress/kendo-react-listview

Version:

React ListView enables you to display a custom layout of data items. KendoReact ListView package

19 lines (18 loc) 729 B
/** * @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 { ListView as o } from "./ListView.mjs"; import { ListViewHeader as i } from "./ListViewHeader.mjs"; import { ListViewFooter as m } from "./ListViewFooter.mjs"; import { ListViewItemWrapper as s } from "./ListViewItemWrapper.mjs"; export { o as ListView, m as ListViewFooter, i as ListViewHeader, s as ListViewItemWrapper };