@carbon/react
Version:
React components for the Carbon Design System
31 lines (25 loc) • 1.01 kB
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.
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var ListBoxPropTypes = require('./ListBoxPropTypes.js');
var ListBox$1 = require('./ListBox.js');
var ListBoxField = require('./ListBoxField.js');
var ListBoxMenu = require('./ListBoxMenu.js');
var ListBoxMenuIcon = require('./ListBoxMenuIcon.js');
var ListBoxMenuItem = require('./ListBoxMenuItem.js');
var ListBoxSelection = require('./ListBoxSelection.js');
const ListBox = Object.assign(ListBox$1.default, {
Field: ListBoxField.default,
Menu: ListBoxMenu.default,
MenuIcon: ListBoxMenuIcon.default,
MenuItem: ListBoxMenuItem.default,
Selection: ListBoxSelection.default
});
exports.ListBoxSizePropType = ListBoxPropTypes.ListBoxSizePropType;
exports.ListBoxTypePropType = ListBoxPropTypes.ListBoxTypePropType;
exports.default = ListBox;