Refactor #4231 - For PickList

This commit is contained in:
mertsincan 2023-08-02 15:02:28 +03:00
parent 004e9856ec
commit 49ffd85e77
2 changed files with 6 additions and 2 deletions

View file

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