Fixed #3806 - Api: Typing mismatch

This commit is contained in:
mertsincan 2023-03-27 09:09:36 +01:00
parent fde2bc6ec7
commit 9b9504ffe1
13 changed files with 306 additions and 298 deletions

View file

@ -18,7 +18,7 @@ export interface InlineMessageProps {
* Severity level of the message.
* @defaultValue info
*/
severity?: 'success' | 'info' | 'warn' | 'error' | undefined;
severity?: 'success' | 'info' | 'warn' | 'error' | string | undefined;
}
/**
* Defines valid slots in InlineMessage slots.