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

x/docxml/src/classes/XmlComponent.ts

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
import * as docxml from "https://deno.land/x/docxml@1.5.0/src/classes/XmlComponent.ts";

Interfaces

The interface to which a class definition of an XML component must adhere -- ie. it must have a children and mixed static property.

Type Aliases

A component-like approach to DOCX body content, such as paragraphs, lists, list items, tables, etc.

Utility type to retrieve the children types of an XmlComponent

Utility type to retrieve the prop types of an XmlComponent