@@ -28,3 +28,3 @@ import { SetStateAction } from 'react'; | ||
| */ | ||
| declare function useControllableValue<T = any>(props?: Props<T>, options?: Options<T>): readonly [any, (v: SetStateAction<T>, ...args: any[]) => any]; | ||
| declare function useControllableValue<T = any>(props?: Props<T>, options?: Options<T>): readonly [T, (v: SetStateAction<T>, ...args: any[]) => any]; | ||
| export default useControllableValue; |
@@ -28,3 +28,3 @@ import { SetStateAction } from 'react'; | ||
| */ | ||
| declare function useControllableValue<T = any>(props?: Props<T>, options?: Options<T>): readonly [any, (v: SetStateAction<T>, ...args: any[]) => any]; | ||
| declare function useControllableValue<T = any>(props?: Props<T>, options?: Options<T>): readonly [T, (v: SetStateAction<T>, ...args: any[]) => any]; | ||
| export default useControllableValue; |
+1
-1
| { | ||
| "name": "rc-hooks", | ||
| "version": "3.1.1", | ||
| "version": "3.1.2", | ||
| "description": "React Hooks Library.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
771980
0