Function ToastNotification
- ToastNotification(__namedParameters): null | Element
Parameters
- __namedParameters: {
hash?: `0x${string}`;
message: string | Element;
showClose?: boolean;
}Optional
hash?: `0x${string}`
message: string | Element
Optional
showClose?: boolean
Returns null | Element