created drawing file and refactored run components in components folder
This commit is contained in:
5
ts/docx/run/run-components/drawing/index.ts
Normal file
5
ts/docx/run/run-components/drawing/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { XmlComponent } from "../../../xml-components";
|
||||
|
||||
export class Drawing extends XmlComponent {
|
||||
|
||||
}
|
Reference in New Issue
Block a user