Linting improvements

This commit is contained in:
Colin McLeod
2016-02-19 15:17:40 -08:00
parent 05e160f702
commit b357573add
10 changed files with 58 additions and 36 deletions

View File

@@ -7,6 +7,11 @@ import { shallowEqual } from '../utils/UtilityFunctions';
*/
class SvgIcon extends React.Component {
static propTypes = {
className: React.PropTypes.any,
style: React.PropTypes.object
};
/**
* Only rerender an SVG Icon if properties have changed
* @param {Object} nextProps Next/Incoming properties