Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { IContext, IXmlableObject, XmlComponent } from '../../xml-components';
|
||||
import { ISectionPropertiesOptions } from './section-properties/section-properties';
|
||||
export declare class Body extends XmlComponent {
|
||||
private readonly sections;
|
||||
constructor();
|
||||
addSection(options: ISectionPropertiesOptions): void;
|
||||
prepForXml(context: IContext): IXmlableObject | undefined;
|
||||
push(component: XmlComponent): void;
|
||||
private createSectionParagraph;
|
||||
}
|
||||
Reference in New Issue
Block a user