Fix type of `id` prop in Panel `header` slot

pull/4087/head
Neluji 2023-06-26 17:04:31 +02:00 committed by GitHub
parent 599faa3205
commit e233df90fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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