OverlayPanel apigenarator fixed

pull/3853/head
Bahadır Sofuoğlu 2023-04-07 23:38:08 +03:00
parent 1c40b50e01
commit 07ca49f983
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ const OverlayPanelProps = [
} }
]; ];
const MessageSlots = [ const OverlayPanelSlots = [
{ {
name: 'closeicon', name: 'closeicon',
description: 'Custom close icon template.' description: 'Custom close icon template.'
@ -72,7 +72,7 @@ module.exports = {
name: 'OverlayPanel', name: 'OverlayPanel',
description: 'OverlayPanel is a container component positioned as connected to its target.', description: 'OverlayPanel is a container component positioned as connected to its target.',
props: OverlayPanelProps, props: OverlayPanelProps,
slots: MessageSlots, slots: OverlayPanelSlots,
events: OverlayPanelEvents events: OverlayPanelEvents
} }
}; };