Skip to content

Commit a1b526c

Browse files
committed
Undo unused export of wrapMergePropsFunc
1 parent 198253e commit a1b526c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connect/mergeProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function defaultMergeProps<
1818
return { ...ownProps, ...stateProps, ...dispatchProps }
1919
}
2020

21-
export function wrapMergePropsFunc<
21+
function wrapMergePropsFunc<
2222
TStateProps,
2323
TDispatchProps,
2424
TOwnProps,

0 commit comments

Comments
 (0)