UNPKG

@modern-js/runtime-utils

Version:

A Progressive React Framework for modern web development.

5 lines (4 loc) 274 B
import type { Reporter } from '@modern-js/types'; export { createRequestContext, type RequestContext, } from './createRequestCtx'; export type { LoaderContext } from './createLoaderCtx'; export declare const reporterCtx: import("./createLoaderCtx").LoaderContext<Reporter>;