import { jsx } from "https://deno.land/x/docxml@5.15.3/mod.ts";
The JSX pragma with which you can write <Paragraph>
instead of new Paragraph({})
.
Also exposed as the jsx
prop on the (static) class as well as instance of this library's top-
level API -- see also Api.