UNPKG

@hashicorp/design-system-components

Version:
10 lines (9 loc) 327 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ export interface HdsFormFileInputBaseSignature { Element: HTMLInputElement; } declare const HdsFormFileInputBase: import("@ember/component/template-only").TemplateOnlyComponent<HdsFormFileInputBaseSignature>; export default HdsFormFileInputBase;