Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { SpaceType } from '../../shared';
|
||||
import { XmlAttributeComponent } from '../../xml-components';
|
||||
export declare class TextAttributes extends XmlAttributeComponent<{
|
||||
readonly space: (typeof SpaceType)[keyof typeof SpaceType];
|
||||
}> {
|
||||
protected readonly xmlKeys: {
|
||||
space: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user