diff --git a/flow-typed/npm/next_v7.x.x.js b/flow-typed/npm/next_v7.x.x.js index d4b436f9..586b5f6d 100644 --- a/flow-typed/npm/next_v7.x.x.js +++ b/flow-typed/npm/next_v7.x.x.js @@ -153,6 +153,7 @@ declare module "next/document" { declare export var Head: Class>; declare export var Main: Class>; + declare export var Html: Class>; declare export var NextScript: Class>; declare export default Class> & { getInitialProps: (ctx: Context) => Promise<*>,