Skip to content

Commit 7973f64

Browse files
committed
✨ Export mapProps, defaultProps, withProps
1 parent ca03cd2 commit 7973f64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ export {
4949
CurrentMediaConsumer,
5050
withCurrentMedia
5151
} from './current-media-provider'
52+
53+
export {
54+
mapProps,
55+
defaultProps,
56+
withProps
57+
} from './utils'

0 commit comments

Comments
 (0)