wilddragon-site/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts

4 lines
148 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
import React from 'react';
import type { NextRouter } from './router/router';
export declare const RouterContext: React.Context<NextRouter | null>;