Refactor #4231 - For Password

This commit is contained in:
mertsincan 2023-08-02 15:02:16 +03:00
parent f3aed1ab62
commit 004e9856ec
2 changed files with 5 additions and 1 deletions

View file

@ -70,6 +70,10 @@ export interface PasswordPassThroughOptions {
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
/**
* Used to control Vue Transition API.
*/
transition?: any;
}
/**