Refactor #4231 - For MultiSelect

This commit is contained in:
mertsincan 2023-08-02 15:01:41 +03:00
parent c6e5e3db3d
commit 94bd3ef462
2 changed files with 5 additions and 1 deletions

View file

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