feat(Toast): add overlay prop (#4969)

This commit is contained in:
neverland
2019-11-09 16:28:16 +08:00
committed by GitHub
parent f4f88c5254
commit 5040233234
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ export type ToastOptions = {
message?: ToastMessage;
onClose?: () => void;
onOpened?: () => void;
overlay?: boolean;
duration?: number;
position?: string;
className?: any;