UNPKG

next

Version:

The React Framework

7 lines (6 loc) 254 B
/** * This function allows you to indicate that you require an actual user Request before continuing. * * During prerendering it will never resolve and during rendering it resolves immediately. */ export declare function connection(): Promise<void>;