dts2hx
dts2hx copied to clipboard
Improvements for Tweakpane
Tweakpane defines a config type for many different classes, like:
interface Config extends ViewConfig {
pickedColor: PickedColor;
}
However, since these have the same name and end up with the same class path, they all overlap and end up getting renamed to things like Config__________
These are non-exported types, and so don't get a class-path the usual way
Additionally, why is the Tweakpane class named as 'Default'?