@types/react-input-autosize
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -8,5 +8,7 @@ // Type definitions for react-input-autosize 2.2 | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
export interface AutosizeInputProps extends React.InputHTMLAttributes<HTMLInputElement>, React.ClassAttributes<HTMLInputElement> { | ||
export interface AutosizeInputProps | ||
extends React.InputHTMLAttributes<HTMLInputElement>, React.ClassAttributes<HTMLInputElement> | ||
{ | ||
inputClassName?: string | undefined; | ||
@@ -13,0 +15,0 @@ inputRef?: ((instance: HTMLInputElement | null) => void) | undefined; |
{ | ||
"name": "@types/react-input-autosize", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "TypeScript definitions for react-input-autosize", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-input-autosize", | ||
}, | ||
"typesPublisherContentHash": "d5f25ff36f0f961c30c34d0be5fc4e821a956d2f7d707fa568d34301c82f8e98", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "ceb221c1176f950cde0dd1c57cd9c8725f2f3efa13eb2a78b1342752e953ac2d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -18,5 +18,7 @@ # Installation | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
export interface AutosizeInputProps extends React.InputHTMLAttributes<HTMLInputElement>, React.ClassAttributes<HTMLInputElement> { | ||
export interface AutosizeInputProps | ||
extends React.InputHTMLAttributes<HTMLInputElement>, React.ClassAttributes<HTMLInputElement> | ||
{ | ||
inputClassName?: string | undefined; | ||
@@ -42,3 +44,3 @@ inputRef?: ((instance: HTMLInputElement | null) => void) | undefined; | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:33:45 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -45,0 +47,0 @@ * Global values: none |
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
5138
24
49