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 4e9c3e6 commit 4d8a87aCopy full SHA for 4d8a87a
src/index.ts
@@ -3,6 +3,7 @@ import {
3
FileParser,
4
getDefaultExportForFile,
5
parse,
6
+ Parser,
7
ParserOptions,
8
PropItem,
9
PropItemType,
@@ -20,6 +21,7 @@ export {
20
21
withCustomConfig,
22
ComponentDoc,
23
24
25
26
Props,
27
src/parser.ts
@@ -166,7 +166,7 @@ const defaultJSDoc: JSDoc = {
166
tags: {}
167
};
168
169
-class Parser {
+export class Parser {
170
private checker: ts.TypeChecker;
171
private propFilter: PropFilter;
172
0 commit comments