Refactor #4231 - For Message

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

View file

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