Skip to content

Commit f1c102b

Browse files
committed
Exporting GUIComponentAbstract
1 parent 8853e14 commit f1c102b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guiComponents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ namespace microgui {
5252
* Greatly simplifies the creation & alignment of GUI components.
5353
* A GUI Component has a .context for storage of hidden component state.
5454
*/
55-
abstract class GUIComponentAbstract extends Scene {
55+
export abstract class GUIComponentAbstract extends Scene {
5656
/** Which of the 9 options should this component snap to? */
5757
private alignment: GUIComponentAlignment
5858

0 commit comments

Comments
 (0)