Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jsx4xml/mod.ts>renderToString

Super simple JSX runtime for XML. Made for Deno.
Latest
function renderToString
import { renderToString } from "https://deno.land/x/jsx4xml@v0.1.5/mod.ts";

Parameters

component: Component | FunctionComponent<Props> | Element