@carbon/ibm-products
Version:
Carbon for IBM Products
21 lines (19 loc) • 678 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.
*/
const require_package_settings = require("../package-settings.js");
//#region src/global/js/utils/devtools.js
/**
* Copyright IBM Corp. 2021, 2024
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
function getDevtoolsProps(componentName) {
return { [require_package_settings.devtoolsAttribute]: require_package_settings.getDevtoolsId(componentName) };
}
//#endregion
exports.getDevtoolsProps = getDevtoolsProps;