[fix] StylePropTypes: add support for 'boxShadow'

Fix #44
This commit is contained in:
Nicolas Gallagher
2015-12-19 03:11:12 -08:00
parent c135dddbd1
commit b277b3e509

View File

@@ -38,6 +38,7 @@ export default {
borderRightWidth: numberOrString,
borderTopWidth: numberOrString,
bottom: numberOrString,
boxShadow: string,
boxSizing: string,
clear: string,
color: string,