We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be24632 commit ff7c91bCopy full SHA for ff7c91b
src/core/toast.ts
@@ -47,6 +47,7 @@ toast.error = createHandler('error');
47
toast.success = createHandler('success');
48
toast.loading = createHandler('loading');
49
toast.custom = createHandler('custom');
50
+toast.warn = createHandler('warn');
51
52
toast.dismiss = (toastId?: string) => {
53
dispatch({
0 commit comments