UNPKG

@hashicorp/design-system-components

Version:
16 lines (15 loc) 456 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ export interface HdsDialogPrimitiveDescriptionSignature { Args: { contextualClass?: string; }; Blocks: { default: []; }; Element: HTMLDivElement; } declare const HdsDialogPrimitiveDescription: import("@ember/component/template-only").TemplateOnlyComponent<HdsDialogPrimitiveDescriptionSignature>; export default HdsDialogPrimitiveDescription;