@carbon/react
Version:
React components for the Carbon Design System
25 lines (23 loc) • 757 B
JavaScript
/**
* Copyright IBM Corp. 2016, 2026
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import "./ListBoxPropTypes.js";
import ListBox$1 from "./ListBox.js";
import ListBoxField from "./ListBoxField.js";
import ListBoxMenuItem from "./ListBoxMenuItem.js";
import ListBoxMenu from "./ListBoxMenu.js";
import ListBoxMenuIcon from "./ListBoxMenuIcon.js";
import ListBoxSelection from "./ListBoxSelection.js";
//#region src/components/ListBox/index.ts
const ListBox = Object.assign(ListBox$1, {
Field: ListBoxField,
Menu: ListBoxMenu,
MenuIcon: ListBoxMenuIcon,
MenuItem: ListBoxMenuItem,
Selection: ListBoxSelection
});
//#endregion
export { ListBox as default };