bpms_site/.svn/pristine/11/11389d1d5c8c144718fbbb4f597ec48cf39f9a32.svn-base
2025-11-02 16:38:49 +03:30

6 lines
372 B
Plaintext

import type { FlightRouterState, FlightSegmentPath } from '../../../server/app-render/types';
/**
* Apply the router state from the Flight response. Creates a new router state tree.
*/
export declare function applyRouterStatePatchToTree(flightSegmentPath: FlightSegmentPath, flightRouterState: FlightRouterState, treePatch: FlightRouterState): FlightRouterState | null;