Skip to main content
Module

x/hono/context.ts>PropsForRenderer

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias PropsForRenderer
import { type PropsForRenderer } from "https://deno.land/x/hono@v4.2.3/context.ts";
definition: [...Required<Parameters<Renderer>>] extends [unknown, infer Props] ? Props : unknown