@types/react-autosuggest
Advanced tools
Comparing version 10.1.9 to 10.1.10
@@ -218,3 +218,3 @@ import * as React from "react"; | ||
*/ | ||
suggestions: ReadonlyArray<TSuggestion>; | ||
suggestions: readonly TSuggestion[]; | ||
} | ||
@@ -230,3 +230,3 @@ | ||
*/ | ||
suggestions: ReadonlyArray<TSection>; | ||
suggestions: readonly TSection[]; | ||
/** | ||
@@ -233,0 +233,0 @@ * Implement it to teach Autosuggest where to find the suggestions for every section. |
{ | ||
"name": "@types/react-autosuggest", | ||
"version": "10.1.9", | ||
"version": "10.1.10", | ||
"description": "TypeScript definitions for react-autosuggest", | ||
@@ -60,4 +60,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-autosuggest", | ||
}, | ||
"typesPublisherContentHash": "4788e3b3730ceeb99c33bc05685d2e7bfdda41e8770da97e1211b49d869300c0", | ||
"typesPublisherContentHash": "4916bd57f11305e0883704bd7f90059f93e4c7cbd3cc34e2107ba52c26c3db64", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,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
13611