UNPKG

@hashicorp/design-system-components

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