Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { Element } from 'xml-js';
|
||||
import { RelationshipType, TargetModeType } from '../file/relationships/relationship/relationship';
|
||||
export declare const getNextRelationshipIndex: (relationships: Element) => number;
|
||||
export declare const appendRelationship: (relationships: Element, id: number | string, type: RelationshipType, target: string, targetMode?: (typeof TargetModeType)[keyof typeof TargetModeType]) => readonly Element[];
|
||||
Reference in New Issue
Block a user