[new feature] Toast: add className prop (#2680)

This commit is contained in:
neverland
2019-02-03 12:22:38 +08:00
committed by GitHub
parent d20b7fdcbf
commit ca4e476ddd
5 changed files with 7 additions and 3 deletions

1
types/toast.d.ts vendored
View File

@@ -8,6 +8,7 @@ export type ToastOptions = {
mask?: boolean;
position?: string;
duration?: number;
className?: any;
forbidClick?: boolean;
loadingType?: string;
message?: ToastMessage;