UNPKG

next

Version:

The React Framework

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