UNPKG

@carbon/react

Version:

React components for the Carbon Design System

25 lines (23 loc) 925 B
/** * 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. */ require("./ListBoxPropTypes.js"); const require_ListBox = require("./ListBox.js"); const require_ListBoxField = require("./ListBoxField.js"); const require_ListBoxMenuItem = require("./ListBoxMenuItem.js"); const require_ListBoxMenu = require("./ListBoxMenu.js"); const require_ListBoxMenuIcon = require("./ListBoxMenuIcon.js"); const require_ListBoxSelection = require("./ListBoxSelection.js"); //#region src/components/ListBox/index.ts const ListBox = Object.assign(require_ListBox.default, { Field: require_ListBoxField.default, Menu: require_ListBoxMenu.default, MenuIcon: require_ListBoxMenuIcon.default, MenuItem: require_ListBoxMenuItem.default, Selection: require_ListBoxSelection.default }); //#endregion exports.default = ListBox;