@progress/kendo-react-listbox
Version:
React ListBox enables you to display a list of items and manage the data between multiple lists. KendoReact ListBox package
10 lines (9 loc) • 856 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
*-------------------------------------------------------------------------------------------
*/
"use client";
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./ListBox.js"),e=require("./ListBoxToolbar.js"),o=require("./utils.js"),r=require("@progress/kendo-react-common"),t=r.withIdHOC(s.ListBox);t.displayName="KendoReactListBox";exports.ListBoxToolbar=e.ListBoxToolbar;exports.moveItem=o.moveItem;exports.processListBoxData=o.processListBoxData;exports.processListBoxDragAndDrop=o.processListBoxDragAndDrop;exports.ListBox=t;