UNPKG

@hashicorp/design-system-components

Version:
17 lines (16 loc) 493 B
/** * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ import type { TemplateOnlyComponent } from '@ember/component/template-only'; export interface HdsDialogPrimitiveDescriptionSignature { Args: { contextualClass?: string; }; Blocks: { default: []; }; Element: HTMLDivElement; } declare const HdsDialogPrimitiveDescription: TemplateOnlyComponent<HdsDialogPrimitiveDescriptionSignature>; export default HdsDialogPrimitiveDescription;