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 ea7d203 commit 12a5d4eCopy full SHA for 12a5d4e
README.md
@@ -91,6 +91,8 @@ Type: `(ast: ASTNode, parser: { parse: (string) => ASTNode }) => (NodePath | Arr
91
92
Given an AST and a reference to the parser, it returns an (array of) NodePath which represents the component definition.
93
94
+*Built-in resolvers are available under the `resolver` property, e.g. `reactDocgen.resolver.findAllComponentDefinitions`*
95
+
96
#### handlers
97
98
Type: `Array<(documentation: Documentation, definition: NodePath, parser: { parse: (string) => ASTNode }) => void>`
0 commit comments