Skip to content

Commit 8b30234

Browse files
committed
Add return type
1 parent a893dec commit 8b30234

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/utils/postProcessDocumentation.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ function postProcessProps(props) {
2222
});
2323
}
2424

25-
export default function(documentation: DocumentationObject) {
25+
export default function(
26+
documentation: DocumentationObject,
27+
): DocumentationObject {
2628
const props = documentation.props;
2729

2830
if (props) {

0 commit comments

Comments
 (0)