Refactor #4231 - For Menu

This commit is contained in:
mertsincan 2023-08-02 15:01:18 +03:00
parent 4488b0082a
commit bebf00fc64
2 changed files with 5 additions and 1 deletions

View file

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