UNPKG

@hashicorp/design-system-components

Version:
13 lines (12 loc) 418 B
/** * Copyright IBM Corp. 2021, 2025 * SPDX-License-Identifier: MPL-2.0 */ import type { TemplateOnlyComponent } from '@ember/component/template-only'; export interface HdsFormSuperSelectPlaceholderSignature { Args: { placeholder?: string; }; } declare const HdsFormSuperSelectPlaceholder: TemplateOnlyComponent<HdsFormSuperSelectPlaceholderSignature>; export default HdsFormSuperSelectPlaceholder;