vim-web 0.3.44-dev.64 → 0.3.44-dev.66

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.
@@ -49,6 +49,7 @@ export declare function useStateRef<T>(initialValue: T | (() => T)): {
49
49
  */
50
50
  get(): T;
51
51
  set: (value: T) => void;
52
+ onChange: import("ste-simple-events").ISimpleEvent<T>;
52
53
  /**
53
54
  * Confirms the current state by applying the confirm function and updating the state.
54
55
  */
@@ -74708,6 +74708,7 @@ Averrage Date/Second ${avgDataRatePS} kb
74708
74708
  return ref.current;
74709
74709
  },
74710
74710
  set: set2,
74711
+ onChange: event.current.asEvent(),
74711
74712
  /**
74712
74713
  * Confirms the current state by applying the confirm function and updating the state.
74713
74714
  */