We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8853e14 commit f1c102bCopy full SHA for f1c102b
1 file changed
guiComponents.ts
@@ -52,7 +52,7 @@ namespace microgui {
52
* Greatly simplifies the creation & alignment of GUI components.
53
* A GUI Component has a .context for storage of hidden component state.
54
*/
55
- abstract class GUIComponentAbstract extends Scene {
+ export abstract class GUIComponentAbstract extends Scene {
56
/** Which of the 9 options should this component snap to? */
57
private alignment: GUIComponentAlignment
58
0 commit comments