Toast `life` default value fixed

pull/3774/head
Tuğçe Küçükoğlu 2023-03-20 11:45:08 +03:00
parent c1927a0bd9
commit e4c344b74c
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ export interface ToastMessageOptions {
closable?: boolean | undefined;
/**
* Delay in milliseconds to close the message automatically.
* @defaultValue 3000
*/
life?: number | undefined;
/**