lingjing/node_modules/next/dist/client/components/app-router-announcer.d.ts
2026-02-23 09:51:43 +00:00

5 lines
200 B
TypeScript

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