mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
[new feature] Toast: add className prop (#2680)
This commit is contained in:
1
types/toast.d.ts
vendored
1
types/toast.d.ts
vendored
@@ -8,6 +8,7 @@ export type ToastOptions = {
|
||||
mask?: boolean;
|
||||
position?: string;
|
||||
duration?: number;
|
||||
className?: any;
|
||||
forbidClick?: boolean;
|
||||
loadingType?: string;
|
||||
message?: ToastMessage;
|
||||
|
Reference in New Issue
Block a user