@hashicorp/design-system-components
Version:
Helios Design System Components
10 lines (9 loc) • 327 B
TypeScript
/**
* 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;