UNPKG

next

Version:

The React Framework

5 lines (4 loc) 188 B
import type { StreamingMetadataResolvedState } from './types'; export declare function ServerInsertMetadata({ promise, }: { promise: Promise<StreamingMetadataResolvedState>; }): null;