class JSXNode implements HtmlEscapedRe-exportimport { JSXNode } from "https://deno.land/x/hono@v4.3.6/jsx/dom/index.ts"; ConstructorsnewJSXNode(tag: string | Function,props: Props,children: Child[],)Propertieschildren: Child[]isEscaped: trueoptionalkey: stringoptionallocalContexts: LocalContextsprops: Propsreadonlyref: anytag: string | Functionreadonlytype: string | FunctionMethodstoString(): string | Promise<string>toStringToBuffer(buffer: StringBuffer): void