added more files to drawing

This commit is contained in:
Dolan Miu
2017-03-12 21:30:46 +00:00
parent c33cdb450c
commit 4bc6ed0eda
2 changed files with 10 additions and 2 deletions

View File

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