UNPKG

@hashicorp/design-system-components

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