@types/reactcss
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -9,3 +9,5 @@ // Type definitions for ReactCSS 1.2.0 | ||
interface LoopableProps extends React.Props<any> { | ||
interface LoopableProps { | ||
children?: React.ReactNode; | ||
ref?: React.LegacyRef<any> | undefined; | ||
"nth-child": number | ||
@@ -18,3 +20,5 @@ "first-child"?: boolean | undefined | ||
interface HoverProps<T> extends React.Props<T> { | ||
interface HoverProps<T> { | ||
children?: React.ReactNode; | ||
ref?: React.LegacyRef<T> | undefined; | ||
hover?: boolean | undefined | ||
@@ -21,0 +25,0 @@ } |
{ | ||
"name": "@types/reactcss", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "TypeScript definitions for ReactCSS", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/reactcss", | ||
}, | ||
"typesPublisherContentHash": "4747b57a295f89b7a46abdd6f3e07c6696b37453f8b0ae0ddd7bff8c23fb28a4", | ||
"typesPublisherContentHash": "7ea7ee3f1eb65bd4c251f9d705dcd8470cca5989d1bd2f5829406a063458e5ec", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -19,3 +19,5 @@ # Installation | ||
interface LoopableProps extends React.Props<any> { | ||
interface LoopableProps { | ||
children?: React.ReactNode; | ||
ref?: React.LegacyRef<any> | undefined; | ||
"nth-child": number | ||
@@ -28,3 +30,5 @@ "first-child"?: boolean | undefined | ||
interface HoverProps<T> extends React.Props<T> { | ||
interface HoverProps<T> { | ||
children?: React.ReactNode; | ||
ref?: React.LegacyRef<T> | undefined; | ||
hover?: boolean | undefined | ||
@@ -46,3 +50,3 @@ } | ||
### Additional Details | ||
* Last updated: Wed, 20 Oct 2021 21:01:45 GMT | ||
* Last updated: Thu, 21 Oct 2021 23:01:45 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -49,0 +53,0 @@ * Global values: none |
5014
28
54