Files
williammarch.xyz/node_modules/next/dist/client/components/app-router-announcer.d.ts
2026-04-02 19:13:46 +01:00

6 lines
228 B
TypeScript

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