bunext/dist/functions/server/web-pages/grab-page-react-component-string.d.ts
2026-04-09 07:47:38 +01:00

7 lines
196 B
TypeScript

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