mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-20 13:29:16 +08:00
fix(Notify): add zIndex type (#12910)
This commit is contained in:
parent
4d1e1b5871
commit
168728e298
@ -11,6 +11,7 @@ export type NotifyOptions = {
|
||||
color?: string;
|
||||
message?: NotifyMessage;
|
||||
duration?: number;
|
||||
zIndex?: number;
|
||||
position?: NotifyPosition;
|
||||
className?: unknown;
|
||||
background?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user