import { XmlComponent } from "file/xml-components"; export class TableRowProperties extends XmlComponent { constructor() { super("w:trPr"); } }