Fix type of id prop in Panel header slot

This commit is contained in:
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

View file

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