Refactor #4231 - For Calendar

This commit is contained in:
mertsincan 2023-08-02 14:59:53 +03:00
parent fffa1ef044
commit 228a66fc0f
2 changed files with 5 additions and 1 deletions

View file

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