NeahNew/node_modules/next/dist/client/components/app-router-announcer.d.ts
2025-05-03 14:17:46 +02:00

5 lines
196 B
TypeScript

import type { FlightRouterState } from '../../server/app-render/types';
export declare function AppRouterAnnouncer({ tree }: {
tree: FlightRouterState;
}): import("react").ReactPortal | null;