mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
[new feature] Notify: add onOpened prop
This commit is contained in:
1
types/notify.d.ts
vendored
1
types/notify.d.ts
vendored
@@ -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