bunext/dist/functions/server/web-pages/grab-web-page-hydration-script.d.ts

7 lines
182 B
TypeScript

import type { BundlerCTXMap } from "../../../types";
type Params = {
bundledMap?: BundlerCTXMap;
};
export default function ({ bundledMap }: Params): Promise<string>;
export {};