Change docx folder to more appropriate "file" folder
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
import { XmlComponent } from "../../../../../../xml-components";
|
||||
|
||||
export class SourceRectangle extends XmlComponent {
|
||||
|
||||
constructor() {
|
||||
super("a:srcRect");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user