mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3806 - Api: Typing mismatch
This commit is contained in:
parent
fde2bc6ec7
commit
9b9504ffe1
13 changed files with 306 additions and 298 deletions
2
components/lib/message/Message.d.ts
vendored
2
components/lib/message/Message.d.ts
vendored
|
@ -18,7 +18,7 @@ export interface MessageProps {
|
|||
* Severity level of the message.
|
||||
* @defaultValue info
|
||||
*/
|
||||
severity?: 'success' | 'info' | 'warn' | 'error' | undefined;
|
||||
severity?: 'success' | 'info' | 'warn' | 'error' | string | undefined;
|
||||
/**
|
||||
* Whether the message can be closed manually using the close icon.
|
||||
* @defaultValue true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue