Skip to main content
Module

x/hono/context.ts>Layout

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias Layout
import { type Layout } from "https://deno.land/x/hono@v4.2.7/context.ts";

Type Parameters

optional
T = Record<string, any>
definition: (props: T) => any