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