UNPKG

@hashicorp/design-system-components

Version:
15 lines (12 loc) 528 B
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 HdsAppFrameHeader = setComponentTemplate(precompileTemplate("<header class=\"hds-app-frame__header\" ...attributes>\n {{yield}}\n</header>", { strictMode: true }), templateOnly()); export { HdsAppFrameHeader as default }; //# sourceMappingURL=header.js.map