UNPKG

@hashicorp/design-system-components

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