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