mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-20 21:39:15 +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;
|
color?: string;
|
||||||
message?: NotifyMessage;
|
message?: NotifyMessage;
|
||||||
duration?: number;
|
duration?: number;
|
||||||
|
zIndex?: number;
|
||||||
position?: NotifyPosition;
|
position?: NotifyPosition;
|
||||||
className?: unknown;
|
className?: unknown;
|
||||||
background?: string;
|
background?: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user