@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
26 lines (23 loc) • 601 B
JavaScript
/**
* 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.
*/
/**
* @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".
*/
var BEACON_KIND;
(function (BEACON_KIND) {
BEACON_KIND["DEFAULT"] = "default";
})(BEACON_KIND || (BEACON_KIND = {}));
export { BEACON_KIND };
//# sourceMappingURL=defs.js.map