@hashicorp/design-system-components
Version:
Helios Design System Components
12 lines (11 loc) • 381 B
TypeScript
/**
* 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;