From 22278302bd9abc5cd022e1e336893aa567d40a96 Mon Sep 17 00:00:00 2001 From: Jed Borovik Date: Wed, 19 Oct 2016 08:47:16 -0400 Subject: [PATCH] Update react-modal.d.ts (#12043) --- react-modal/react-modal.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-modal/react-modal.d.ts b/react-modal/react-modal.d.ts index 5171045c61..e7c89cc2ef 100644 --- a/react-modal/react-modal.d.ts +++ b/react-modal/react-modal.d.ts @@ -9,10 +9,10 @@ declare module "react-modal" { interface ReactModal { isOpen: boolean; style?: { - content: { + content?: { [key: string]: any; }, - overlay: { + overlay?: { [key: string]: any; } },