Toast life default value fixed

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-20 11:45:08 +03:00
parent c1927a0bd9
commit e4c344b74c

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