Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { Element } from 'xml-js';
|
||||
export declare const toJson: (xmlData: string) => Element;
|
||||
export declare const createTextElementContents: (text: string) => Element[];
|
||||
export declare const patchSpaceAttribute: (element: Element) => Element;
|
||||
export declare const getFirstLevelElements: (relationships: Element, id: string) => Element[];
|
||||
Reference in New Issue
Block a user