fix(Notify): add zIndex type (#12910)

This commit is contained in:
wasdjkl
2024-06-08 14:08:10 +08:00
committed by GitHub
parent 4d1e1b5871
commit 168728e298

View File

@@ -11,6 +11,7 @@ export type NotifyOptions = {
color?: string;
message?: NotifyMessage;
duration?: number;
zIndex?: number;
position?: NotifyPosition;
className?: unknown;
background?: string;