import { createNodeFromRow } from "https://deno.land/x/docxml@5.15.3/src/components/Row.ts";
For drying some logic between Row, RowAddition and RowDeletion
Creates an XML node for a given row.
Parameters
row: Row | RowAddition | RowDeletion
ancestry: ComponentAncestor[]