UNPKG

next

Version:

The React Framework

4 lines (3 loc) 148 B
import React from 'react'; import type { NextRouter } from './router/router'; export declare const RouterContext: React.Context<NextRouter | null>;