Update react-modal.d.ts (#12043)

This commit is contained in:
Jed Borovik
2016-10-19 21:47:16 +09:00
committed by Masahiro Wakame
parent cc428eea78
commit 22278302bd
+2 -2
View File
@@ -9,10 +9,10 @@ declare module "react-modal" {
interface ReactModal {
isOpen: boolean;
style?: {
content: {
content?: {
[key: string]: any;
},
overlay: {
overlay?: {
[key: string]: any;
}
},