securityos/node_modules/next/dist/server/app-render/flight-response-ref.d.ts

5 lines
113 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
/// <reference types="react" />
export interface FlightResponseRef {
current: Promise<JSX.Element> | null;
}