mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Merge pull request #4087 from Neluji/patch-1
Fix type of `id` prop in Panel `header` slot
This commit is contained in:
commit
8ef06cb4ef
1 changed files with 1 additions and 1 deletions
2
components/lib/panel/Panel.d.ts
vendored
2
components/lib/panel/Panel.d.ts
vendored
|
@ -153,7 +153,7 @@ export interface PanelSlots {
|
|||
/**
|
||||
* Current id state as a string
|
||||
*/
|
||||
id: boolean;
|
||||
id: string;
|
||||
/**
|
||||
* Style class of the icon
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue