UNPKG

@carbon/ibm-products-web-components

Version:
29 lines (25 loc) 727 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. */ import { __decorate } from 'tslib'; import { LitElement, html } from 'lit'; import { customElement } from 'lit/decorators.js'; /** * 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. */ let StepGroup = class StepGroup extends LitElement { render() { return html `<slot></slot>`; } }; StepGroup = __decorate([ customElement('step-group') ], StepGroup); export { StepGroup }; //# sourceMappingURL=step-group.js.map