router-context.d.ts 141 B

123
  1. import React from 'react';
  2. import type { NextRouter } from './router/router';
  3. export declare const RouterContext: React.Context<NextRouter>;