UNPKG

@carbon/ibm-products-web-components

Version:
26 lines (23 loc) 620 B
/** * Copyright IBM Corp. 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. */ 'use strict'; /** * @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". */ exports.BEACON_KIND = void 0; (function (BEACON_KIND) { BEACON_KIND["DEFAULT"] = "default"; })(exports.BEACON_KIND || (exports.BEACON_KIND = {})); //# sourceMappingURL=defs.js.map