5 lines
200 B
TypeScript
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;
|