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

8 lines (7 loc) 215 B
import Card from './Card'; export default Card; export { Card }; export CardActions from './CardActions'; export CardMedia from './CardMedia'; export CardText from './CardText'; export CardTitle from './CardTitle';