polen
Version:
A framework for delightful GraphQL developer portals
8 lines • 426 B
TypeScript
import type { Hono } from '#dep/hono/index';
import type { ReactRouter } from '#dep/react-router/index';
interface RenderHooks {
transformHtml?: (html: string) => Promise<string> | string;
}
export declare const createPageHtmlResponse: (staticHandlerContext: ReactRouter.StaticHandlerContext, hooks?: RenderHooks, ctx?: Hono.Context) => Promise<Response>;
export {};
//# sourceMappingURL=create-page-html-response.d.ts.map