UNPKG

next

Version:

The React Framework

7 lines (6 loc) 188 B
export declare type MiddlewareLoaderOptions = { absolutePagePath: string; page: string; matcherRegexp?: string; }; export default function middlewareLoader(this: any): string;