UNPKG

react-redux-express

Version:

React fullstack generator with express,redux, and some components.

8 lines (6 loc) 199 B
import React from 'react'; export default props => { let { type, className = '', ...other } = props; className += ` anticon anticon-${type}`; return <i className={className} {...other} />; };