Skip to main content
Module

x/docxml/mod.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@1.5.0/mod.ts";

Parameters

props: XmlComponentProps<C>
...children: Array<XmlComponentChild<C> | Array<XmlComponentChild<C>>>

Returns

Array<C | XmlComponentChild<C>>