mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Update react-modal.d.ts (#12043)
This commit is contained in:
committed by
Masahiro Wakame
parent
cc428eea78
commit
22278302bd
Vendored
+2
-2
@@ -9,10 +9,10 @@ declare module "react-modal" {
|
||||
interface ReactModal {
|
||||
isOpen: boolean;
|
||||
style?: {
|
||||
content: {
|
||||
content?: {
|
||||
[key: string]: any;
|
||||
},
|
||||
overlay: {
|
||||
overlay?: {
|
||||
[key: string]: any;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user