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; /**