We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041725a commit f731f22Copy full SHA for f731f22
src/handlers/propTypeHandler.js
@@ -67,7 +67,7 @@ function amendPropTypes(getDescriptor, path) {
67
});
68
}
69
70
-export function getPropTypeHandler(propName: string) {
+function getPropTypeHandler(propName: string) {
71
return function (
72
documentation: Documentation,
73
path: NodePath
0 commit comments