@types/styled-react-modal
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -1,7 +0,1 @@ | ||
// Type definitions for styled-react-modal 1.2 | ||
// Project: https://github.com/AlexanderRichey/styled-react-modal | ||
// Definitions by: Greg Perlman <https://github.com/gperl27> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.9 | ||
import * as React from "react"; | ||
@@ -8,0 +2,0 @@ import { AnyStyledComponent, CSSObject, InterpolationFunction, StyledComponent } from "styled-components"; |
{ | ||
"name": "@types/styled-react-modal", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "TypeScript definitions for styled-react-modal", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/styled-react-modal", | ||
"name": "Greg Perlman", | ||
"url": "https://github.com/gperl27", | ||
"githubUsername": "gperl27" | ||
"githubUsername": "gperl27", | ||
"url": "https://github.com/gperl27" | ||
} | ||
@@ -27,4 +27,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "1c797e9f87a0ea48d4b3b067b3fd33bda301885003ea39ddf1f5105db0999d31", | ||
"typesPublisherContentHash": "03d5b60ace46d4f2a8f6d4195c8ff8969a3894b9a3729671011334fbd671634f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for styled-react-modal 1.2 | ||
// Project: https://github.com/AlexanderRichey/styled-react-modal | ||
// Definitions by: Greg Perlman <https://github.com/gperl27> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.9 | ||
import * as React from "react"; | ||
@@ -59,7 +53,6 @@ import { AnyStyledComponent, CSSObject, InterpolationFunction, StyledComponent } from "styled-components"; | ||
### Additional Details | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/styled-components](https://npmjs.com/package/@types/styled-components) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Greg Perlman](https://github.com/gperl27). |
5538
31
57