UNPKG

next

Version:

The React Framework

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