UNPKG

next

Version:

The React Framework

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