Neah/node_modules/next/dist/client/components/app-router-announcer.d.ts
2025-04-24 17:19:14 +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;