@carbon/react
Version:
React components for the Carbon Design System
25 lines (23 loc) • 686 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.
*/
//#region src/components/UIShell/HeaderGlobalBar.tsx
/**
* 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.
*/
/**
* Generic container for `HeaderGlobalAction` components
*/
const HeaderGlobalBar = require("../../tools/wrapComponent.js").default({
name: "HeaderGlobalBar",
className: (prefix) => `${prefix}--header__global`,
type: "div"
});
//#endregion
exports.default = HeaderGlobalBar;