UNPKG

@hashicorp/design-system-components

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