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