Module

x/jsx4xml/mod.ts>FunctionComponent

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

Type Parameters

T extends Props
definition: ((props?: T) => Element)