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