UNPKG

@carbon/ibm-products

Version:
19 lines (17 loc) 572 B
/** * 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. */ const require_package_settings = require("../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 = () => require_package_settings.default.prefix; //#endregion exports.usePrefix = usePrefix;