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 2f9fc6e commit 6049b2aCopy full SHA for 6049b2a
index.js.flow
@@ -6,6 +6,6 @@ export type Visitor = (
6
) => void | Promise<any>
7
8
declare module.exports: (
9
- node: React$Node
+ node: React$Node,
10
visitor?: Visitor
11
) => Promise<void>;
0 commit comments