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 fcb5ffa commit ca0788bCopy full SHA for ca0788b
flow-typed/npm/next_v7.x.x.js
@@ -153,6 +153,7 @@ declare module "next/document" {
153
154
declare export var Head: Class<React$Component<any, any>>;
155
declare export var Main: Class<React$Component<any, any>>;
156
+ declare export var Html: Class<React$Component<any, any>>;
157
declare export var NextScript: Class<React$Component<any, any>>;
158
declare export default Class<React$Component<any, any>> & {
159
getInitialProps: (ctx: Context) => Promise<*>,
0 commit comments