UNPKG

next

Version:

The React Framework

7 lines (6 loc) 300 B
export declare enum Phase { ProspectiveRender = "the prospective render", SegmentCollection = "segment collection", InstantValidation = "instant validation" } export declare function printDebugThrownValueForProspectiveRender(thrownValue: unknown, route: string, phase: Phase): undefined;