UNPKG

@carbon/ibm-products

Version:
21 lines (19 loc) 619 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. */ import { devtoolsAttribute, getDevtoolsId } from "../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 { [devtoolsAttribute]: getDevtoolsId(componentName) }; } //#endregion export { getDevtoolsProps };