import { createChildComponentsFromNodes } from "https://deno.land/x/docxml@5.5.1/src/utilities/components.ts";
Transforms a list of (OOXML) XML nodes to component instances based on a list of possible component names. The component names must have been registered before using registerComponent.
This is useful for instantiating the children of a component based on an existing DOCX file.
Type Parameters
T extends AnyComponent | string