diff --git a/ts/docx/xml-components/index.ts b/ts/docx/xml-components/index.ts index 096214c5f7..818994bdbc 100644 --- a/ts/docx/xml-components/index.ts +++ b/ts/docx/xml-components/index.ts @@ -91,6 +91,7 @@ interface AttributesProperties { footer?: string; gutter?: string; linePitch?: string; + pos?: string; } export class Attributes extends XmlAttributeComponent {