UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

4 lines 268 B
import type { Hono } from '#dep/hono/index'; import type { HtmlTransformer } from '#lib/html-utils/html-transformer'; export declare const PageMiddleware: (transformers: HtmlTransformer[]) => (ctx: Hono.Context) => Promise<Response>; //# sourceMappingURL=page.d.ts.map