@types/react-textfit
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -12,2 +12,2 @@ import * as React from "react"; | ||
export function Textfit(props: TextfitProps): JSX.Element; | ||
export function Textfit(props: TextfitProps): React.JSX.Element; |
{ | ||
"name": "@types/react-textfit", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "TypeScript definitions for react-textfit", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-textfit", | ||
}, | ||
"typesPublisherContentHash": "549302c61aad22e2bf6381569052b5f11b16854a22cc7ca0460aa62f26b5031d", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "bc45ca26fb17698dca74743f6a811ffcd36769527302c57a4b3af955a5bd4062", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -22,3 +22,3 @@ # Installation | ||
export function Textfit(props: TextfitProps): JSX.Element; | ||
export function Textfit(props: TextfitProps): React.JSX.Element; | ||
@@ -28,3 +28,3 @@ ```` | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Wed, 06 Dec 2023 06:36:35 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -31,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3360