Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import { XmlComponent } from '../../xml-components';
|
||||
import { Run } from '../run';
|
||||
export declare class PageBreak extends Run {
|
||||
constructor();
|
||||
}
|
||||
export declare class ColumnBreak extends Run {
|
||||
constructor();
|
||||
}
|
||||
export declare class PageBreakBefore extends XmlComponent {
|
||||
constructor();
|
||||
}
|
||||
Reference in New Issue
Block a user