8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
![]() |
import { XmlComponent } from "file/xml-components";
|
||
|
|
||
|
export class TableRowProperties extends XmlComponent {
|
||
|
constructor() {
|
||
|
super("w:trPr");
|
||
|
}
|
||
|
}
|