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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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