Skip to content

Commit 446b29e

Browse files
glebezdanez
authored andcommitted
remove unnecessary export
1 parent 7a5dc4e commit 446b29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/propTypeHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function amendPropTypes(getDescriptor, path) {
6868
});
6969
}
7070

71-
export function getPropTypeHandler(propName: string) {
71+
function getPropTypeHandler(propName: string) {
7272
return function (
7373
documentation: Documentation,
7474
path: NodePath

0 commit comments

Comments
 (0)