@progress/kendo-react-listview
Version:
React ListView enables you to display a custom layout of data items. KendoReact ListView package
9 lines (8 loc) • 984 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
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),a=require("@progress/kendo-react-common");function o(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const c=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,c.get?c:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const s=o(n),i=e=>{const{children:r,style:t,className:c}=e;return s.createElement("div",{role:"listitem",style:t,className:a.classNames("k-listview-item",c)},r)};exports.ListViewItemWrapper=i;