mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #4231 - For Password
This commit is contained in:
parent
f3aed1ab62
commit
004e9856ec
2 changed files with 5 additions and 1 deletions
4
components/lib/password/Password.d.ts
vendored
4
components/lib/password/Password.d.ts
vendored
|
@ -70,6 +70,10 @@ export interface PasswordPassThroughOptions {
|
|||
* @see {@link BaseComponent.ComponentHooks}
|
||||
*/
|
||||
hooks?: ComponentHooks;
|
||||
/**
|
||||
* Used to control Vue Transition API.
|
||||
*/
|
||||
transition?: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue