Refactor #4231 - For CascadeSelect

This commit is contained in:
mertsincan 2023-08-02 15:00:02 +03:00
parent 228a66fc0f
commit 3f233cb3e0
2 changed files with 5 additions and 1 deletions

View file

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