mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
api generator updates
This commit is contained in:
parent
c4fcf01413
commit
4d1e62b33a
27 changed files with 174 additions and 26 deletions
|
@ -11,6 +11,18 @@ const ConfirmPopupSlots = [
|
|||
{
|
||||
name: 'message',
|
||||
description: 'Custom content for the component.'
|
||||
},
|
||||
{
|
||||
name: 'icon',
|
||||
description: 'Custom icon template.'
|
||||
},
|
||||
{
|
||||
name: 'accepticon',
|
||||
description: 'Custom accept icon template.'
|
||||
},
|
||||
{
|
||||
name: 'rejecticon',
|
||||
description: 'Custom reject icon template.'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue