Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { XmlAttributeComponent } from '../../xml-components';
|
||||
export declare class EndnoteAttributes extends XmlAttributeComponent<{
|
||||
readonly type?: string;
|
||||
readonly id: number;
|
||||
}> {
|
||||
protected readonly xmlKeys: {
|
||||
type: string;
|
||||
id: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user