Refactor #4231 - For PanelMenu

This commit is contained in:
mertsincan 2023-08-02 15:02:08 +03:00
parent 29e3ba3978
commit f3aed1ab62
3 changed files with 6 additions and 2 deletions

View file

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