Constructor
# new AlertError(message, open, severity)
Parameters:
Name | Type | Description |
---|---|---|
message |
React.ReactNode | The content of the |
open |
boolean | If |
severity |
"info" | "success" | "warning" | "error" | The severity of the |