First letterSpacing implementation attempt

This commit is contained in:
Mikael Sand
2017-06-20 22:04:41 +03:00
parent a168a2ae6d
commit dac969b944
5 changed files with 47 additions and 7 deletions
+2
View File
@@ -53,6 +53,8 @@ const fontProps = {
fontSize: numberProp,
fontWeight: numberProp,
fontStyle: PropTypes.string,
letterSpacing: PropTypes.string,
kerning: PropTypes.string,
font: PropTypes.object
};