Merge pull request #4087 from Neluji/patch-1

Fix type of `id` prop in Panel `header` slot
pull/4148/head
Tuğçe Küçükoğlu 2023-07-14 12:24:05 +03:00 committed by GitHub
commit 8ef06cb4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ export interface PanelSlots {
/**
* Current id state as a string
*/
id: boolean;
id: string;
/**
* Style class of the icon
*/