react-toolbox-build4server
Version:
Builds react-toolbox in such a way that it's components can be required and used in node - most likely for server-side rendered webapps - without having to depend on webpack to build your entire server-side project
10 lines • 341 B
JavaScript
module.exports={
"linear": "rt-progress_bar-linear",
"indeterminate": "rt-progress_bar-indeterminate",
"value": "rt-progress_bar-value",
"buffer": "rt-progress_bar-buffer",
"circular": "rt-progress_bar-circular",
"circle": "rt-progress_bar-circle",
"path": "rt-progress_bar-path",
"multicolor": "rt-progress_bar-multicolor"
}