UNPKG

@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

22 lines (21 loc) 841 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 { ListBox as o } from "./ListBox.mjs"; import { ListBoxToolbar as m } from "./ListBoxToolbar.mjs"; import { moveItem as a, processListBoxData as B, processListBoxDragAndDrop as L } from "./utils.mjs"; import { withIdHOC as t } from "@progress/kendo-react-common"; const r = t(o); r.displayName = "KendoReactListBox"; export { r as ListBox, m as ListBoxToolbar, a as moveItem, B as processListBoxData, L as processListBoxDragAndDrop };