Skip to main content
Module

x/hono/middleware.ts>PropsWithChildren

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias PropsWithChildren
Re-export
import { type PropsWithChildren } from "https://deno.land/x/hono@v4.2.5/middleware.ts";

Type Parameters

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