Skip to main content
Module

x/hono/middleware.ts>PropsWithChildren

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

Type Parameters

optional
P = unknown
definition: P & { children?: Child | undefined; }