@types/react-bootstrap-typeahead
Advanced tools
Comparing version
@@ -67,3 +67,3 @@ import * as React from "react"; | ||
inputClassName: string; | ||
inputRef: React.LegacyRef<HTMLInputElement>; | ||
inputRef: React.Ref<HTMLInputElement>; | ||
onBlur: (e: React.SyntheticEvent) => void; | ||
@@ -428,3 +428,3 @@ onChange: (selected: T[]) => void; | ||
inputClassName?: string | undefined; | ||
inputRef?: React.LegacyRef<HTMLInputElement> | undefined; | ||
inputRef?: React.Ref<HTMLInputElement> | undefined; | ||
inputStyle?: React.CSSProperties | undefined; | ||
@@ -445,3 +445,3 @@ style: React.CSSProperties; | ||
id: string; | ||
innerRef?: React.LegacyRef<HTMLUListElement> | undefined; | ||
innerRef?: React.Ref<HTMLUListElement> | undefined; | ||
inputHeight?: number | undefined; | ||
@@ -448,0 +448,0 @@ maxHeight?: string | undefined; |
{ | ||
"name": "@types/react-bootstrap-typeahead", | ||
"version": "5.1.13", | ||
"version": "5.1.14", | ||
"description": "TypeScript definitions for react-bootstrap-typeahead", | ||
@@ -55,4 +55,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-bootstrap-typeahead", | ||
}, | ||
"typesPublisherContentHash": "2bc0a7d28e6c3b36d3cee3bbe145375851f22279ba8accbb404792f06e810dc7", | ||
"typesPublisherContentHash": "f349b51ca04d23bb3669793f71162b15aab3bfc4c241078a21d4b677a1a10531", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 04 Dec 2023 17:35:44 GMT | ||
* Last updated: Fri, 01 Mar 2024 01:31:11 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
25754
-0.07%