Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
import { Element as XmlElement } from 'xml-js';
|
||||
import { IXmlableObject, XmlComponent } from '.';
|
||||
import { IContext } from './base';
|
||||
export declare const convertToXmlComponent: (element: XmlElement) => ImportedXmlComponent | string | undefined;
|
||||
export declare class ImportedXmlComponent extends XmlComponent {
|
||||
static fromXmlString(importedContent: string): ImportedXmlComponent;
|
||||
constructor(rootKey: string, _attr?: any);
|
||||
push(xmlComponent: XmlComponent | string): void;
|
||||
}
|
||||
export declare class ImportedRootElementAttributes extends XmlComponent {
|
||||
private readonly _attr;
|
||||
constructor(_attr: any);
|
||||
prepForXml(_: IContext): IXmlableObject;
|
||||
}
|
||||
Reference in New Issue
Block a user