UNPKG

@hashicorp/design-system-components

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