Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { XmlComponent } from '../xml-components';
|
||||
import { Paragraph } from '../paragraph';
|
||||
export declare class Endnotes extends XmlComponent {
|
||||
constructor();
|
||||
createEndnote(id: number, paragraph: readonly Paragraph[]): void;
|
||||
}
|
||||
Reference in New Issue
Block a user