Merge pull request #4087 from Neluji/patch-1
Fix type of `id` prop in Panel `header` slotpull/4148/head
commit
8ef06cb4ef
|
@ -153,7 +153,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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue