Format fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-31 16:43:48 +03:00
parent be2f2acb38
commit 6069ef3a00
2 changed files with 3 additions and 3 deletions

View file

@ -152,10 +152,10 @@ export interface PanelSlots {
*/
collapsed: boolean;
}): VNode[];
/**
/**
* Custom footer template.
*/
footer(): VNode[];
footer(): VNode[];
}
/**