From 3d6275aebda65b9dbd08f841ff6422d89f8c8af9 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 28 Jun 2024 10:29:12 +0300 Subject: [PATCH] Update Password.d.ts --- packages/primevue/src/password/Password.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/primevue/src/password/Password.d.ts b/packages/primevue/src/password/Password.d.ts index 04cf9b6c8..d0290ff3e 100755 --- a/packages/primevue/src/password/Password.d.ts +++ b/packages/primevue/src/password/Password.d.ts @@ -11,7 +11,7 @@ import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, import type { ComponentHooks } from '@primevue/core/basecomponent'; import type { InputTextPassThroughOptions } from 'primevue/inputtext'; import type { PassThroughOptions } from 'primevue/passthrough'; -import { InputHTMLAttributes, TransitionProps, VNode } from 'vue'; +import { HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue'; export declare type PasswordPassThroughOptionType = PasswordPassThroughAttributes | ((options: PasswordPassThroughMethodOptions) => PasswordPassThroughAttributes | string) | string | null | undefined;