playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 63 forks source link

Remove TypeScript namespaces from the codebase #198

Closed ellthompson closed 1 year ago

ellthompson commented 1 year ago

Currently all interfaces are combined with a class using a namespace. This pattern could be seen as unintuitive to new users of PCUI. This PR exports / imports interfaces explicitly instead.