Refactor #4231 - For Sidebar

This commit is contained in:
mertsincan 2023-08-02 15:02:43 +03:00
parent 8541616f81
commit d411c4c8b4
2 changed files with 5 additions and 1 deletions

View file

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