mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
OverlayPanel apigenarator fixed
This commit is contained in:
parent
1c40b50e01
commit
07ca49f983
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ const OverlayPanelProps = [
|
|||
}
|
||||
];
|
||||
|
||||
const MessageSlots = [
|
||||
const OverlayPanelSlots = [
|
||||
{
|
||||
name: 'closeicon',
|
||||
description: 'Custom close icon template.'
|
||||
|
@ -72,7 +72,7 @@ module.exports = {
|
|||
name: 'OverlayPanel',
|
||||
description: 'OverlayPanel is a container component positioned as connected to its target.',
|
||||
props: OverlayPanelProps,
|
||||
slots: MessageSlots,
|
||||
slots: OverlayPanelSlots,
|
||||
events: OverlayPanelEvents
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue