@hashicorp/design-system-components
Version:
Helios Design System Components
14 lines (13 loc) • 458 B
TypeScript
/**
* 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;