added place holders for style and properties

This commit is contained in:
Dolan Miu
2016-04-01 04:09:24 +01:00
parent 620f275cf5
commit a70e82a7d0
5 changed files with 13 additions and 4 deletions

View File

@ -16,4 +16,8 @@ export class Body {
this.body.push(new Columns());
this.body.push(new DocumentGrid());
}
push(component: XmlComponent) {
this.body.push(component);
}
}