Refactor #4231 - For TieredMenu

This commit is contained in:
mertsincan 2023-08-02 15:02:51 +03:00
parent d411c4c8b4
commit 72622d7954
2 changed files with 5 additions and 1 deletions

View file

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