Skip to content

Commit 9d76315

Browse files
committed
Fix UMD export
1 parent 333a3ab commit 9d76315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,4 +463,4 @@ function getClassName(propValue) {
463463
return propValue.constructor.name;
464464
}
465465

466-
module.exports = ReactPropTypes;
466+
export default ReactPropTypes;

0 commit comments

Comments
 (0)