tsv2-library 1.0.61-alpha.146 → 1.0.61-alpha.148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ interface ToastParams {
8
8
  /**
9
9
  * Set the duration of toast in milisecond.
10
10
  *
11
- * @default 3000 - 3s
11
+ * @default 5000 - 5s
12
12
  */
13
13
  life?: number;
14
14
  group?: string;