import * as docxml from "https://deno.land/x/docxml@5.3.2/src/classes/Component.ts";
Interfaces
The interface to which a class definition of an XML component must adhere -- ie.
it must have a |
Type Aliases
Any component instance, uncaring of which one or which props/children it has. Knows nothing, assumes everything. | |
An ancestor of a component at serialization time, or the DocumentXml instance that is the parent of the top-most component. | |
Utility type to retrieve the children types of an Component | |
A custom function which which native components can be composed into something more easily reusable. | |
A component may serialize to one string/node, or multiple. | |
Utility type to retrieve the prop types of an Component |