renamed xml components p to index

This commit is contained in:
Dolan Miu
2016-03-29 04:16:27 +01:00
parent c2b215e81b
commit 672cbb6922
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import {P, Attributes, ParagraphProperties, Run} from "./xml-components/p"; import {P, Attributes, ParagraphProperties, Run} from "./xml-components";
class Style { class Style {
private pStyle: Array<P>; private pStyle: Array<P>;