feat(toast): add showToast/playSound to ToastData (#64)

This commit is contained in:
jurassicplayer
2022-12-09 16:13:37 -08:00
committed by GitHub
parent 4c2a715324
commit 7ba1229a4e

View File

@@ -42,6 +42,10 @@ export interface ToastData {
contentClassName?: string;
duration?: number;
critical?: boolean;
eType?: number;
sound?: number;
playSound?: boolean;
showToast?: boolean;
}
export interface Toaster {