Update index.d.ts (#14804)

This commit is contained in:
Artem Borisov 2017-03-11 06:51:02 +07:00 committed by Mohamed Hegazy
parent 1c4816c61c
commit 647ecd7255

View File

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