From 5844896e51a9e9cce04e4642b843368c1982b581 Mon Sep 17 00:00:00 2001 From: Peter Toth Date: Fri, 13 May 2022 16:43:12 -0600 Subject: [PATCH] Export the base Toastify class so we can inherit from it --- src/toastify-es.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toastify-es.js b/src/toastify-es.js index 6d2767e..59e71b3 100644 --- a/src/toastify-es.js +++ b/src/toastify-es.js @@ -30,7 +30,7 @@ */ -class Toastify { +export class Toastify { defaults = { oldestFirst: true,