From 6069ef3a000ec8cc03737dda865890a61871d422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 31 Mar 2023 16:43:48 +0300 Subject: [PATCH] Format fixes --- api-generator/components/panel.js | 2 +- components/lib/panel/Panel.d.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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[]; } /**