bunext/dist/functions/bundler/grab-client-hydration-script.d.ts

6 lines
157 B
TypeScript

type Params = {
page_local_path: string;
};
export default function grabClientHydrationScript({ page_local_path, }: Params): Promise<string>;
export {};