added initial constructor
This commit is contained in:
@ -2,4 +2,7 @@ import { XmlComponent } from "../../../xml-components";
|
||||
|
||||
export class Drawing extends XmlComponent {
|
||||
|
||||
constructor() {
|
||||
super("w:drawing");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user