Skip to content

Commit

Permalink
optionally expose
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 27, 2023
1 parent e2e562c commit b0b2500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haxe/ui/Toolkit.hx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ import haxe.ui.util.Properties;
#error "HaxeUI requires Haxe 4+"
#end

#if haxeui_expose_all
@:expose
#end
class Toolkit {
public static var styleSheet:CompositeStyleSheet = new CompositeStyleSheet();

Expand Down

0 comments on commit b0b2500

Please sign in to comment.