[new feauture] Notify: add onClose option
This commit is contained in:
Vendored
+1
@@ -9,6 +9,7 @@ export type NotifyOptions = {
|
||||
duration?: number;
|
||||
className?: any;
|
||||
background?: string;
|
||||
onClose?: (() => void) | null;
|
||||
onClick?: ((event: Event) => void) | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user