@yeverlibs/ds 1.1.24 → 1.1.26

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.
package/dist/index.d.mts CHANGED
@@ -794,6 +794,7 @@ type CounterInputProps$1 = {
794
794
  } & React.InputHTMLAttributes<HTMLInputElement>
795
795
 
796
796
  declare const formatTime$1: (time: string | number) => string;
797
+
797
798
  declare const TimerCounter: React.FC<CounterInputProps$1>;
798
799
 
799
800
  type CounterInputProps = {
package/dist/index.d.ts CHANGED
@@ -794,6 +794,7 @@ type CounterInputProps$1 = {
794
794
  } & React.InputHTMLAttributes<HTMLInputElement>
795
795
 
796
796
  declare const formatTime$1: (time: string | number) => string;
797
+
797
798
  declare const TimerCounter: React.FC<CounterInputProps$1>;
798
799
 
799
800
  type CounterInputProps = {