UNPKG

next

Version:

The React Framework

5 lines (4 loc) 113 B
/// <reference types="react" /> export interface FlightResponseRef { current: Promise<JSX.Element> | null; }