type alias PropsWithChildrenimport { type PropsWithChildren } from "https://dotland.deno.dev/x/hono@v4.1.0/jsx/index.ts"; Type ParametersoptionalP = unknowndefinition: P & { children?: Child | undefined; }