usehooks icon indicating copy to clipboard operation
usehooks copied to clipboard

fix(types): correct default value for `useThrottle` delay parameter

Open NeilYeTAT opened this issue 7 months ago • 1 comments

Previously, the TypeScript declaration for useThrottle did not reflect the actual default value of the delay parameter. This fix ensures that the default value (500ms) is correctly represented in the type definition.

NeilYeTAT avatar Mar 06 '25 05:03 NeilYeTAT