added more boilerplate files to drawing

This commit is contained in:
Dolan Miu
2017-03-12 23:31:43 +00:00
parent 64d642b593
commit 8d72fa5542
7 changed files with 37 additions and 9 deletions

View File

@ -0,0 +1,8 @@
import { XmlComponent } from "../../../../../../xml-components";
export class Graphic extends XmlComponent {
constructor() {
super("a:graphicData");
}
}