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