|
|
|
@ -26,7 +26,7 @@ This components provides some static methods, with usage and arguments as follow
|
|
|
|
|
| Argument | Description | Type | Default |
|
|
|
|
|
| -------- | ----------- | ---- | ------- |
|
|
|
|
|
| content | content of the message | string\|ReactNode | - |
|
|
|
|
|
| duration | time before auto-dismiss, in seconds | number | 1.5 |
|
|
|
|
|
| duration | time(seconds) before auto-dismiss, don't dismiss if set to 0 | number | 1.5 |
|
|
|
|
|
| onClose | Specify a function that will be called when the message is closed | Function | - |
|
|
|
|
|
|
|
|
|
|
Methods for global configuration and destruction are also provided:
|
|
|
|
|