Format fixes

pull/3841/head
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

@ -66,7 +66,7 @@ const PanelSlots = [
{
name: 'fooetr',
description: "Custom content for the component's footer."
},
}
];
module.exports = {

View File

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