UNPKG

materio-mui-react-nextjs-admin-template-free

Version:

Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀

9 lines (7 loc) • 314 B
import type { ReactElement, ReactNode } from 'react' import type { NextComponentType, NextPageContext } from 'next/dist/shared/lib/utils' declare module 'next' { export declare type NextPage<P = {}, IP = P> = NextComponentType<NextPageContext, IP, P> & { getLayout?: (page: ReactElement) => ReactNode } }