UNPKG

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

5 lines (4 loc) 144 B
export SlideLeft from './slide-left'; export SlideRight from './slide-right'; export ZoomIn from './zoom-in'; export ZoomOut from './zoom-out';