Refactor #4231 - For AutoComplete

This commit is contained in:
mertsincan 2023-08-02 14:59:40 +03:00
parent 1e7750de9b
commit fffa1ef044
2 changed files with 5 additions and 1 deletions

View file

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