Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { IViewWrapper } from './document-wrapper';
|
||||
import { FootNotes } from './footnotes/footnotes';
|
||||
import { Relationships } from './relationships';
|
||||
export declare class FootnotesWrapper implements IViewWrapper {
|
||||
private readonly footnotess;
|
||||
private readonly relationships;
|
||||
constructor();
|
||||
get View(): FootNotes;
|
||||
get Relationships(): Relationships;
|
||||
}
|
||||
Reference in New Issue
Block a user