import { parsePropsAndChildNodes } from "https://deno.land/x/docxml@5.5.6/src/components/Row.ts";
For drying some logic between Row, RowAddition and RowDeletion
Parses the children (and no props yet) from an existing XML node.
x/docxml/src/components/Row.ts>parsePropsAndChildNodes
import { parsePropsAndChildNodes } from "https://deno.land/x/docxml@5.5.6/src/components/Row.ts";
For drying some logic between Row, RowAddition and RowDeletion
Parses the children (and no props yet) from an existing XML node.