mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fix type of id
prop in Panel header
slot
This commit is contained in:
parent
599faa3205
commit
e233df90fe
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
|
@ -146,7 +146,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