mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update index.d.ts (#14804)
This commit is contained in:
parent
1c4816c61c
commit
647ecd7255
12
react-modal/index.d.ts
vendored
12
react-modal/index.d.ts
vendored
@ -12,13 +12,11 @@ export = ReactModal;
|
||||
|
||||
declare namespace ReactModal {
|
||||
export interface Styles {
|
||||
style?: {
|
||||
content?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
overlay?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
content?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
overlay?: {
|
||||
[key: string]: any;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user