Refactor #4231 - For OverlayPanel

This commit is contained in:
mertsincan 2023-08-02 15:01:58 +03:00
parent b039254340
commit 29e3ba3978
2 changed files with 5 additions and 1 deletions

View file

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