import React from 'react' import { NextPageContext, NextComponentType } from 'next-server/dist/lib/utils'; // Extend the React types with missing properties declare module 'react' { // support interface HtmlHTMLAttributes extends React.HTMLAttributes { amp?: string; } // support interface LinkHTMLAttributes extends HTMLAttributes { nonce?: string } //