Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
import { XmlComponent } from '../../xml-components';
|
||||
import { UniversalMeasure } from '../../../util/values';
|
||||
export declare class CharacterSpacing extends XmlComponent {
|
||||
constructor(value: number | UniversalMeasure);
|
||||
}
|
||||
export declare class Color extends XmlComponent {
|
||||
constructor(color: string);
|
||||
}
|
||||
export declare class Highlight extends XmlComponent {
|
||||
constructor(color: string);
|
||||
}
|
||||
export declare class HighlightComplexScript extends XmlComponent {
|
||||
constructor(color: string);
|
||||
}
|
||||
Reference in New Issue
Block a user