UNPKG

@hashicorp/design-system-components

Version:
12 lines (11 loc) 381 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ export interface HdsFormSuperSelectPlaceholderSignature { Args: { placeholder?: string; }; } declare const HdsFormSuperSelectPlaceholder: import("@ember/component/template-only").TemplateOnlyComponent<HdsFormSuperSelectPlaceholderSignature>; export default HdsFormSuperSelectPlaceholder;