Type Alias: NotifyParams
NotifyParams:
object
Defined in: Provider.tsx:4
Type declaration
key?
optional
key:string
message
message:
"string"
|React.ReactNode
type
type:
"success"
|"error"
|"warning"
|"info"
NotifyParams:
object
Defined in: Provider.tsx:4
optional
key:string
message:
"string"
|React.ReactNode
type:
"success"
|"error"
|"warning"
|"info"