UNPKG

@carbon/ibm-products-web-components

Version:
28 lines (26 loc) 755 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. */ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); //#region src/components/coachmark/coachmark-beacon/defs.ts /** * @license * * Copyright IBM Corp. 2023, 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. */ /** * Reserved for future expansion, i.e. "RING". */ let BEACON_KIND = /* @__PURE__ */ function(BEACON_KIND) { BEACON_KIND["DEFAULT"] = "default"; return BEACON_KIND; }({}); //#endregion exports.BEACON_KIND = BEACON_KIND; //# sourceMappingURL=defs.js.map