Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import { IParagraphStylePropertiesOptions } from '../../paragraph/properties';
|
||||
import { IRunStylePropertiesOptions } from '../../paragraph/run/properties';
|
||||
import { XmlComponent } from '../../xml-components';
|
||||
export type IDocumentDefaultsOptions = {
|
||||
readonly paragraph?: IParagraphStylePropertiesOptions;
|
||||
readonly run?: IRunStylePropertiesOptions;
|
||||
};
|
||||
export declare class DocumentDefaults extends XmlComponent {
|
||||
private readonly runPropertiesDefaults;
|
||||
private readonly paragraphPropertiesDefaults;
|
||||
constructor(options: IDocumentDefaultsOptions);
|
||||
}
|
||||
Reference in New Issue
Block a user