Refactor #3885 - For OverlayPanel

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-24 14:44:13 +03:00
parent d8c6920efd
commit 02c1df8932
3 changed files with 68 additions and 4 deletions

View file

@ -46,6 +46,12 @@ const OverlayPanelProps = [
type: 'string',
default: 'undefined',
description: 'Display a custom close icon for the message.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];