Files
docx-js/ts/docx/run/run-components/drawing/inline.ts

9 lines
157 B
TypeScript
Raw Normal View History

2017-03-12 21:30:46 +00:00
import { XmlComponent } from "../../../xml-components";
export class Inline extends XmlComponent {
constructor() {
super("w:drawing");
}
}