@carbon/ibm-products
Version:
Carbon for IBM Products
26 lines (24 loc) • 792 B
JavaScript
/**
* Copyright IBM Corp. 2020, 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("../../../_virtual/_rolldown/runtime.js");
const require_settings = require("../../../settings.js");
let react = require("react");
//#region src/components/AddSelect/next/context.ts
/**
* Copyright IBM Corp. 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.
*/
const blockClass = `${require_settings.pkg.prefix}--add-select__next`;
const AddSelectContext = (0, react.createContext)({
multi: false,
selectedItems: void 0
});
//#endregion
exports.AddSelectContext = AddSelectContext;
exports.blockClass = blockClass;