forked from coracle/flotilla
Monitor signer status
This commit is contained in:
@@ -6,6 +6,10 @@ export type ToastParams = {
|
||||
message: string
|
||||
timeout?: number
|
||||
theme?: "error"
|
||||
action?: {
|
||||
message: string
|
||||
onclick: () => void
|
||||
}
|
||||
}
|
||||
|
||||
export type Toast = ToastParams & {
|
||||
|
||||
Reference in New Issue
Block a user