@carbon/ibm-products
Version:
Carbon for IBM Products
19 lines (17 loc) • 550 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.
*/
import package_settings_default from "../package-settings.js";
//#region src/global/js/hooks/usePrefix.js
/**
* Copyright IBM Corp. 2023, 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.
*/
const usePrefix = () => package_settings_default.prefix;
//#endregion
export { usePrefix };