diff --git a/api-generator/components/panel.js b/api-generator/components/panel.js index 9cb255158..60bc238cf 100644 --- a/api-generator/components/panel.js +++ b/api-generator/components/panel.js @@ -66,7 +66,7 @@ const PanelSlots = [ { name: 'fooetr', description: "Custom content for the component's footer." - }, + } ]; module.exports = { diff --git a/components/lib/panel/Panel.d.ts b/components/lib/panel/Panel.d.ts index ca944d243..05bc52cc6 100755 --- a/components/lib/panel/Panel.d.ts +++ b/components/lib/panel/Panel.d.ts @@ -152,10 +152,10 @@ export interface PanelSlots { */ collapsed: boolean; }): VNode[]; - /** + /** * Custom footer template. */ - footer(): VNode[]; + footer(): VNode[]; } /**