From e233df90fed2bf67bbe61bdffd38c1eb3ff5ea63 Mon Sep 17 00:00:00 2001 From: Neluji <38362829+Neluji@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:04:31 +0200 Subject: [PATCH] Fix type of `id` prop in Panel `header` slot --- components/lib/panel/Panel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/panel/Panel.d.ts b/components/lib/panel/Panel.d.ts index 33ae5d903..ae53ca3d1 100755 --- a/components/lib/panel/Panel.d.ts +++ b/components/lib/panel/Panel.d.ts @@ -146,7 +146,7 @@ export interface PanelSlots { /** * Current id state as a string */ - id: boolean; + id: string; /** * Style class of the icon */