Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { XmlComponent } from '../xml-components';
|
||||
import { CharacterSet } from './font';
|
||||
export declare const createRegularFont: ({ name, index, fontKey, characterSet, }: {
|
||||
readonly name: string;
|
||||
readonly index: number;
|
||||
readonly fontKey: string;
|
||||
readonly characterSet?: (typeof CharacterSet)[keyof typeof CharacterSet];
|
||||
}) => XmlComponent;
|
||||
Reference in New Issue
Block a user