Fix type of `id` prop in Panel `header` slot
parent
599faa3205
commit
e233df90fe
|
@ -146,7 +146,7 @@ export interface PanelSlots {
|
|||
/**
|
||||
* Current id state as a string
|
||||
*/
|
||||
id: boolean;
|
||||
id: string;
|
||||
/**
|
||||
* Style class of the icon
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue