UNPKG

@hashicorp/design-system-components

Version:
13 lines (12 loc) 354 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ export interface HdsFormRadioBaseSignature { Args: { value?: string; }; Element: HTMLInputElement; } declare const HdsFormRadioBase: import("@ember/component/template-only").TemplateOnlyComponent<HdsFormRadioBaseSignature>; export default HdsFormRadioBase;