type alias FCimport { type FC } from "https://deno.land/x/hono@v4.3.2/jsx/dom/index.ts"; Type ParametersoptionalP = Propsdefinition: { (props: P): HtmlEscapedString | Promise<HtmlEscapedString>; defaultProps?: Partial<P> | undefined; displayName?: string | undefined; }