UNPKG

@hashicorp/design-system-components

Version:
14 lines (13 loc) 473 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ import type { HdsTextBodySignature } from '../../text/body'; export interface HdsFormRadioCardDescriptionSignature { Blocks: { default: []; }; Element: HdsTextBodySignature['Element']; } declare const HdsFormRadioCardDescription: import("@ember/component/template-only").TemplateOnlyComponent<HdsFormRadioCardDescriptionSignature>; export default HdsFormRadioCardDescription;