mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
Fix documentation by adding propTypeCompositionHandler
This commit is contained in:
parent
d7ee28e079
commit
627d5a8e7e
@ -226,7 +226,7 @@ var styleDocs = styles.slice(2).reduce(function(docs, filepath) {
|
|||||||
docgen.parse(
|
docgen.parse(
|
||||||
fs.readFileSync(filepath),
|
fs.readFileSync(filepath),
|
||||||
docgenHelpers.findExportedObject,
|
docgenHelpers.findExportedObject,
|
||||||
[docgen.handlers.propTypeHandler]
|
[docgen.handlers.propTypeHandler, docgen.handlers.propTypeCompositionHandler]
|
||||||
);
|
);
|
||||||
|
|
||||||
return docs;
|
return docs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user