[bugfix] Toast: type definition (#1859)

This commit is contained in:
neverland 2018-09-26 17:34:21 +08:00 committed by GitHub
parent 8219a4999e
commit 5224684bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
types/toast.d.ts vendored
View File

@ -9,6 +9,7 @@ export type ToastOptions = {
position?: string;
duration?: number;
forbidClick?: boolean;
loadingType?: string;
message?: ToastMessage;
}