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