UNPKG

@carbon/ibm-products

Version:
26 lines (24 loc) 816 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. */ require("../../_virtual/_rolldown/runtime.js"); const require_settings = require("../../settings.js"); let react = require("react"); //#region src/components/InterstitialScreen/context.ts /** * Copyright IBM Corp. 2025, 2025 * * 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 blockClass = `${require_settings.pkg.prefix}--interstitial-screen`; const InterstitialScreenContext = (0, react.createContext)({ progStep: 0, stepCount: 0 }); //#endregion exports.InterstitialScreenContext = InterstitialScreenContext; exports.blockClass = blockClass;