Refactor #4231 - For ContextMenu

This commit is contained in:
mertsincan 2023-08-02 15:00:28 +03:00
parent 4e5038cffd
commit b371f0e248
3 changed files with 6 additions and 2 deletions

View file

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