Test the feasibility of using TypeStyles with ant-design
https://github.com/ant-design/ant-design
Ant-design looks the most promising as an alternative:
Written in TypeScript
Uses LESS
Comprehensive list of components: https://ant.design
webpack compatible - https://medium.com/@GeoffMiller/how-to-customize-ant-design-with-react-webpack-the-missing-guide-c6430f2db10f
Theming limitations of ant-design:
You can only override what is in ant’s default.less file.
If you need to modify the theme outside of ant’s default.less you have to find the class(es) and manually override them in your projects css