Skip to content

Commit 6049b2a

Browse files
rtsaokitten
authored andcommitted
Fix syntax error in Flow type definition (#16)
1 parent 2f9fc6e commit 6049b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export type Visitor = (
66
) => void | Promise<any>
77

88
declare module.exports: (
9-
node: React$Node
9+
node: React$Node,
1010
visitor?: Visitor
1111
) => Promise<void>;

0 commit comments

Comments
 (0)