From e4c344b74c1a69f62b5ca8d317b52d64982b5af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 20 Mar 2023 11:45:08 +0300 Subject: [PATCH] Toast `life` default value fixed --- components/toast/Toast.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/toast/Toast.d.ts b/components/toast/Toast.d.ts index b1a1cd3a2..722a1afe7 100755 --- a/components/toast/Toast.d.ts +++ b/components/toast/Toast.d.ts @@ -34,7 +34,6 @@ export interface ToastMessageOptions { closable?: boolean | undefined; /** * Delay in milliseconds to close the message automatically. - * @defaultValue 3000 */ life?: number | undefined; /**