mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update react-modal.d.ts (#12043)
This commit is contained in:
committed by
Masahiro Wakame
parent
cc428eea78
commit
22278302bd
4
react-modal/react-modal.d.ts
vendored
4
react-modal/react-modal.d.ts
vendored
@@ -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