UNPKG

@hashicorp/design-system-components

Version:
15 lines (14 loc) 450 B
/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ export interface HdsFormVisibilityToggleSignature { Args: { ariaLabel?: string; ariaMessageText?: string; isVisible?: boolean; }; Element: HTMLButtonElement; } declare const HdsFormVisibilityToggle: import("@ember/component/template-only").TemplateOnlyComponent<HdsFormVisibilityToggleSignature>; export default HdsFormVisibilityToggle;