Skip to content

Commit f731f22

Browse files
glebezdanez
authored andcommitted
remove unnecessary export
1 parent 041725a commit f731f22

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
@@ -67,7 +67,7 @@ function amendPropTypes(getDescriptor, path) {
6767
});
6868
}
6969

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

0 commit comments

Comments
 (0)