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