UNPKG

@hashicorp/design-system-components

Version:
22 lines (18 loc) 769 B
import { hash } from '@ember/helper'; import HdsFormSectionMultiFieldGroupItem from './item.js'; import { precompileTemplate } from '@ember/template-compilation'; import { setComponentTemplate } from '@ember/component'; import templateOnly from '@ember/component/template-only'; /** * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ const HdsFormSectionMultiFieldGroup = setComponentTemplate(precompileTemplate("<div class=\"hds-form__section-multi-field-group\" ...attributes>{{yield (hash Item=HdsFormSectionMultiFieldGroupItem)}}</div>", { strictMode: true, scope: () => ({ hash, HdsFormSectionMultiFieldGroupItem }) }), templateOnly()); export { HdsFormSectionMultiFieldGroup as default }; //# sourceMappingURL=index.js.map