@types/react-copy-to-clipboard
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -24,3 +24,3 @@ // Type definitions for react-copy-to-clipboard 5.0 | ||
interface Props { | ||
children?: React.ReactChild; | ||
children?: React.ReactNode; | ||
text: string; | ||
@@ -27,0 +27,0 @@ onCopy?(text: string, result: boolean): void; |
{ | ||
"name": "@types/react-copy-to-clipboard", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "TypeScript definitions for react-copy-to-clipboard", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-copy-to-clipboard", | ||
}, | ||
"typesPublisherContentHash": "a6cc9df4beaed588233f972b1eecdd85c33c61a32c7cf4b07c684f91ff075ec3", | ||
"typesPublisherContentHash": "3154f9d6198b1a2bafb9e48d83bc7730b69be3912a2d31b65823359e63bb00e9", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -34,3 +34,3 @@ # Installation | ||
interface Props { | ||
children?: React.ReactChild; | ||
children?: React.ReactNode; | ||
text: string; | ||
@@ -47,3 +47,3 @@ onCopy?(text: string, result: boolean): void; | ||
### Additional Details | ||
* Last updated: Thu, 30 Jun 2022 19:32:29 GMT | ||
* Last updated: Wed, 27 Jul 2022 19:32:19 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -50,0 +50,0 @@ * Global values: `CopyToClipboard` |
5117