UNPKG

@carbon/ibm-products-web-components

Version:
27 lines (25 loc) 827 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. */ import { __decorate } from "../../_virtual/_@oxc-project_runtime@0.127.0/helpers/decorate.js"; import { LitElement, html } from "lit"; import { customElement } from "lit/decorators.js"; //#region src/utilities/step-flow/step-group.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. */ let StepGroup = class StepGroup extends LitElement { render() { return html`<slot></slot>`; } }; StepGroup = __decorate([customElement("step-group")], StepGroup); //#endregion export { StepGroup }; //# sourceMappingURL=step-group.js.map