Skip to content

Commit ca0788b

Browse files
committed
Update flow definitions for next
1 parent fcb5ffa commit ca0788b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow-typed/npm/next_v7.x.x.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ declare module "next/document" {
153153

154154
declare export var Head: Class<React$Component<any, any>>;
155155
declare export var Main: Class<React$Component<any, any>>;
156+
declare export var Html: Class<React$Component<any, any>>;
156157
declare export var NextScript: Class<React$Component<any, any>>;
157158
declare export default Class<React$Component<any, any>> & {
158159
getInitialProps: (ctx: Context) => Promise<*>,

0 commit comments

Comments
 (0)