Skip to content

Commit 3a5d55e

Browse files
committed
fix(parser): export ParserOptions
1 parent cab11fe commit 3a5d55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/parser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as doctrine from 'doctrine';
55
/**
66
* Options that specify how the parser should act
77
*/
8-
interface ParserOptions {
8+
export interface ParserOptions {
99
/**
1010
* Called before a PropType is added to a component/object
1111
* @return true to include the PropType, false to skip it, or undefined to

0 commit comments

Comments
 (0)