UNPKG

next

Version:

The React Framework

4 lines (3 loc) 233 B
import type { FlightRouterState } from '../../../../shared/lib/app-router-types'; export declare function getLastCommittedTree(): FlightRouterState | null; export declare function setLastCommittedTree(tree: FlightRouterState): void;