Refactor #4231 - For Image

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

View file

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