UNPKG

@hashicorp/design-system-components

Version:
13 lines (12 loc) 383 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ export interface HdsApplicationStateMediaSignature { Blocks: { default: []; }; Element: HTMLDivElement; } declare const HdsApplicationStateMedia: import("@ember/component/template-only").TemplateOnlyComponent<HdsApplicationStateMediaSignature>; export default HdsApplicationStateMedia;