import { default } from "https://deno.land/x/docxml@5.15.3/mod.ts";
Create a new DOCX with contents composed by this library's components. Needs a single JSX component
as root, for example <Section>
or <Paragragh>
.
Parameters
roots: DocumentChild[] | Promise<DocumentChild[]>