OverlayPanel apigenarator fixed
parent
1c40b50e01
commit
07ca49f983
|
@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue