Skip to content

Commit

Permalink
Update flow definitions for next
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia committed Feb 21, 2024
1 parent fcb5ffa commit ca0788b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow-typed/npm/next_v7.x.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ declare module "next/document" {

declare export var Head: Class<React$Component<any, any>>;
declare export var Main: Class<React$Component<any, any>>;
declare export var Html: Class<React$Component<any, any>>;
declare export var NextScript: Class<React$Component<any, any>>;
declare export default Class<React$Component<any, any>> & {
getInitialProps: (ctx: Context) => Promise<*>,
Expand Down

0 comments on commit ca0788b

Please sign in to comment.