Refactor #3832 Refactor #3833 - For OverlayPanel

This commit is contained in:
Bahadır Sofuoğlu 2023-04-07 23:07:42 +03:00
parent 89c797bccd
commit 93e29872e9
4 changed files with 38 additions and 2 deletions

View file

@ -28,6 +28,12 @@ const MessageProps = [
type: 'string',
default: 'undefined',
description: 'Display a custom icon for the message.'
},
{
name: 'closeIcon',
type: 'string',
default: 'undefined',
description: 'Display a custom close icon for the message.'
}
];