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