From 647ecd7255182a2748428a085fd87091a53bb6eb Mon Sep 17 00:00:00 2001 From: Artem Borisov Date: Sat, 11 Mar 2017 06:51:02 +0700 Subject: [PATCH] Update index.d.ts (#14804) --- react-modal/index.d.ts | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/react-modal/index.d.ts b/react-modal/index.d.ts index 399f779567..afec7250e2 100644 --- a/react-modal/index.d.ts +++ b/react-modal/index.d.ts @@ -12,13 +12,11 @@ export = ReactModal; declare namespace ReactModal { export interface Styles { - style?: { - content?: { - [key: string]: any; - }; - overlay?: { - [key: string]: any; - }; + content?: { + [key: string]: any; + }; + overlay?: { + [key: string]: any; }; }