mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 14:15:57 +08:00
Merge remote-tracking branch 'origin/master' into zhengbli_merge
This commit is contained in:
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