UNPKG

@hashicorp/design-system-components

Version:
20 lines (16 loc) 695 B
import HdsTextBody from '../../text/body.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 HdsFormHeaderDescription = setComponentTemplate(precompileTemplate("<HdsTextBody class=\"hds-form__header-description\" @tag=\"p\" @size=\"300\" @color=\"primary\" ...attributes>\n {{yield}}\n</HdsTextBody>", { strictMode: true, scope: () => ({ HdsTextBody }) }), templateOnly()); export { HdsFormHeaderDescription as default }; //# sourceMappingURL=description.js.map