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

x/docxml/src/utilities/jsx.ts>JSX

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
function JSX
import { JSX } from "https://deno.land/x/docxml@2.4.2/src/utilities/jsx.ts";

Parameters

component: ComponentComponentFunction<C> | ComponentDefinition<C>
...children: Array<ComponentChild<C> | Array<ComponentChild<C>>>

Returns

Array<C | ComponentChild<C> | ReturnType<ComponentComponentFunction<C>>>