Toast `life` default value fixed
parent
c1927a0bd9
commit
e4c344b74c
|
@ -34,7 +34,6 @@ export interface ToastMessageOptions {
|
|||
closable?: boolean | undefined;
|
||||
/**
|
||||
* Delay in milliseconds to close the message automatically.
|
||||
* @defaultValue 3000
|
||||
*/
|
||||
life?: number | undefined;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue