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