Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
Generated
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import { XmlAttributeComponent } from '../../../xml-components';
|
||||
export declare class GraphicFrameLockAttributes extends XmlAttributeComponent<{
|
||||
readonly xmlns?: string;
|
||||
readonly noChangeAspect?: number;
|
||||
}> {
|
||||
protected readonly xmlKeys: {
|
||||
xmlns: string;
|
||||
noChangeAspect: string;
|
||||
};
|
||||
}
|
||||
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import { XmlComponent } from '../../../xml-components';
|
||||
export declare class GraphicFrameLocks extends XmlComponent {
|
||||
constructor();
|
||||
}
|
||||
Reference in New Issue
Block a user