UNPKG

next

Version:

The React Framework

6 lines (5 loc) 140 B
export type StreamingMetadataResolvedState = { metadata: React.ReactNode; error: unknown | null; digest: string | undefined; };