🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rc-hooks

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-hooks - npm Package Compare versions

Comparing version
3.1.1
to
3.1.2
+1
-1
es/useControllableValue/index.d.ts

@@ -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;
{
"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