Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { XmlComponent } from '../../xml-components';
|
||||
import { IMargins } from '../floating';
|
||||
import { ITextWrapping } from './text-wrapping';
|
||||
export declare const createWrapSquare: (textWrapping: ITextWrapping, margins?: IMargins) => XmlComponent;
|
||||
Reference in New Issue
Block a user