Major Bugfix. Fix server component client compatibility
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
type Params = {
|
||||
file_path: string;
|
||||
root_file?: string;
|
||||
server_res?: any;
|
||||
};
|
||||
export default function grabPageReactComponentString({ file_path, root_file, server_res, }: Params): string | undefined;
|
||||
export {};
|
||||
Reference in New Issue
Block a user