Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import { XmlAttributeComponent } from '../../xml-components';
|
||||
export type IHyperlinkAttributesProperties = {
|
||||
readonly id?: string;
|
||||
readonly anchor?: string;
|
||||
readonly history: number;
|
||||
};
|
||||
export declare class HyperlinkAttributes extends XmlAttributeComponent<IHyperlinkAttributesProperties> {
|
||||
protected readonly xmlKeys: {
|
||||
id: string;
|
||||
history: string;
|
||||
anchor: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user