react-bits
react-bits copied to clipboard
fix: update useElementWidth to support strict types (fixes #230)
fixed issue #230 by updating the useElementWidth hook to use a generic type, resolving the ESLint strict type error.
Fixes should be applied to both TS files of the component. (CSS & Tailwind files)