We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99373d2 commit aa7c3d8Copy full SHA for aa7c3d8
src/index.ts
@@ -26,4 +26,5 @@ export { useTimeout } from './hooks/useTimeout/index.ts';
26
export { useToggle } from './hooks/useToggle/index.ts';
27
export { useVisibilityEvent } from './hooks/useVisibilityEvent/index.ts';
28
export { buildContext } from './utils/buildContext/index.ts';
29
+export { mergeProps } from './utils/mergeProps/index.ts';
30
export { mergeRefs } from './utils/mergeRefs/index.ts';
0 commit comments