remove unused XmlProperty code

This commit is contained in:
felipe
2017-03-09 18:55:54 +01:00
parent d6f5fe0ae8
commit 4a2b8a1e04
3 changed files with 1 additions and 59 deletions

View File

@ -1,6 +1,6 @@
import { ParagraphProperties } from "../docx/paragraph/properties";
import { RunProperties } from "../docx/run/properties";
import { Attributes, MultiPropertyXmlComponent, XmlAttributeComponent, XmlComponent } from "../docx/xml-components";
import { Attributes, XmlAttributeComponent, XmlComponent } from "../docx/xml-components";
interface ILevelAttributesProperties {
ilvl?: number;