diff --git a/src/modules/StylePropTypes/index.js b/src/modules/StylePropTypes/index.js index 3e08312c..b1640685 100644 --- a/src/modules/StylePropTypes/index.js +++ b/src/modules/StylePropTypes/index.js @@ -38,6 +38,7 @@ export default { borderRightWidth: numberOrString, borderTopWidth: numberOrString, bottom: numberOrString, + boxShadow: string, boxSizing: string, clear: string, color: string,