UNPKG

@hashicorp/design-system-components

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