bunext/dist/functions/server/web-pages/grab-page-react-component-string.d.ts

8 lines
230 B
TypeScript

type Params = {
file_path: string;
root_file_path?: string;
server_res?: any;
};
export default function grabPageReactComponentString({ file_path, root_file_path, server_res, }: Params): string | undefined;
export {};