Refactor #3911 - For InlineMessage

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-28 14:55:27 +03:00
parent a1f4595686
commit ca5201e973
3 changed files with 60 additions and 3 deletions

View file

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