mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update Password.d.ts
This commit is contained in:
parent
7a11318b9c
commit
3d6275aebd
1 changed files with 1 additions and 1 deletions
2
packages/primevue/src/password/Password.d.ts
vendored
2
packages/primevue/src/password/Password.d.ts
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue