usehooks
usehooks copied to clipboard
fix(types): correct default value for `useThrottle` delay parameter
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.