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