UNPKG

@hashicorp/design-system-components

Version:
15 lines (12 loc) 584 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 HdsDropdownHeader = setComponentTemplate(precompileTemplate("<div class=\"hds-dropdown__header\n {{if @hasDivider \"hds-dropdown__header--with-divider\"}}\" ...attributes>\n {{yield}}\n</div>", { strictMode: true }), templateOnly()); export { HdsDropdownHeader as default }; //# sourceMappingURL=header.js.map