type alias ReactElementimport { type ReactElement } from "https://dotland.deno.dev/x/hono@v4.3.2/jsx/index.ts"; React types Type ParametersoptionalP = anyoptionalT = string | Functiondefinition: JSXNode & { type: T; props: P; key: string | null; }