added place holders for style and properties
This commit is contained in:
@ -16,4 +16,8 @@ export class Body {
|
||||
this.body.push(new Columns());
|
||||
this.body.push(new DocumentGrid());
|
||||
}
|
||||
|
||||
push(component: XmlComponent) {
|
||||
this.body.push(component);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user