UNPKG

@hashicorp/design-system-components

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