Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { XmlComponent } from '../../../xml-components';
|
||||
import { MathComponent } from '../math-component';
|
||||
export declare class MathFunctionName extends XmlComponent {
|
||||
constructor(children: readonly MathComponent[]);
|
||||
}
|
||||
Reference in New Issue
Block a user