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

This commit is contained in:
Jed Borovik
2016-10-19 08:47:16 -04:00
committed by Masahiro Wakame
parent cc428eea78
commit 22278302bd

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;
}
},