Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jsx4xml/mod.ts>FunctionComponent

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

Type Parameters

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