UNPKG

@hashicorp/design-system-components

Version:
15 lines (12 loc) 580 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 HdsDropdownListItemGeneric = setComponentTemplate(precompileTemplate("<li class=\"hds-dropdown-list-item hds-dropdown-list-item--variant-generic\" ...attributes>\n {{yield}}\n</li>", { strictMode: true }), templateOnly()); export { HdsDropdownListItemGeneric as default }; //# sourceMappingURL=generic.js.map