UNPKG

@hashicorp/design-system-components

Version:
15 lines (12 loc) 594 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 HdsFormFileInputBase = setComponentTemplate(precompileTemplate("<input class=\"hds-form-file-input hds-typography-body-200\" id={{@id}} aria-describedby={{@ariaDescribedBy}} ...attributes type=\"file\" />", { strictMode: true }), templateOnly()); export { HdsFormFileInputBase as default }; //# sourceMappingURL=base.js.map