Skip to content

Commit aa7c3d8

Browse files
fix: export mergeProps (#228)
Co-authored-by: seungrodotlee <seungrodotlee@gmail.com>
1 parent 99373d2 commit aa7c3d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ export { useTimeout } from './hooks/useTimeout/index.ts';
2626
export { useToggle } from './hooks/useToggle/index.ts';
2727
export { useVisibilityEvent } from './hooks/useVisibilityEvent/index.ts';
2828
export { buildContext } from './utils/buildContext/index.ts';
29+
export { mergeProps } from './utils/mergeProps/index.ts';
2930
export { mergeRefs } from './utils/mergeRefs/index.ts';

0 commit comments

Comments
 (0)