Bugfix. Extract react imports from main bundler to vendor static files
This commit is contained in:
+6
-2
@@ -2,7 +2,11 @@ type Params = {
|
||||
req: Request;
|
||||
};
|
||||
export default function ({ req }: Params): Promise<Response>;
|
||||
export declare function readFileResponse({ file_path }: {
|
||||
type FileResponse = {
|
||||
file_path: string;
|
||||
}): Response;
|
||||
cache?: {
|
||||
duration?: "infinite" | number;
|
||||
};
|
||||
};
|
||||
export declare function readFileResponse({ file_path, cache }: FileResponse): Response;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user