From e3a7583dc379d3b178216fcd444b0ea64aed66e0 Mon Sep 17 00:00:00 2001 From: Alex Thompson Date: Fri, 29 Jan 2016 10:33:36 -0800 Subject: [PATCH] CSSProperties missing backgroundColor --- react/react.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react/react.d.ts b/react/react.d.ts index aba285158..e9b88dde2 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -515,6 +515,8 @@ declare namespace __React { */ backgroundBlendMode?: any; + backgroundColor?: any; + backgroundComposite?: any; /**