Module

x/jsx4xml/mod.ts>renderWithDeclaration

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

Parameters

component: Component | FunctionComponent<Props> | Element
optional
declaration: Record<string, string>