Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import { XmlComponent } from '../../xml-components';
|
||||
import { IRunOptions } from '../../index';
|
||||
import { IChangedAttributesProperties } from '../track-revision';
|
||||
type IInsertedRunOptions = IChangedAttributesProperties & IRunOptions;
|
||||
export declare class InsertedTextRun extends XmlComponent {
|
||||
constructor(options: IInsertedRunOptions);
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user