@types/react-mentions
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -127,2 +127,2 @@ // Type definitions for react-mentions 4.1 | ||
*/ | ||
export type DataFunc = (query: string, callback: (data: SuggestionDataItem[]) => void) => void | SuggestionDataItem[]; | ||
export type DataFunc = (query: string, callback: (data: SuggestionDataItem[]) => void) => Promise<void> | void | Promise<SuggestionDataItem[]> | SuggestionDataItem[]; |
{ | ||
"name": "@types/react-mentions", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "TypeScript definitions for react-mentions", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-mentions", | ||
}, | ||
"typesPublisherContentHash": "9dc71672f4201b33613b5c938536f5df83263525d61219c2d17428724ec81b8f", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "84fe7fe1ef3a76c17b2e6bfb5a240e5475d8ab57b64bb8cd99c3e0ee1a26f098", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 16 Jul 2021 00:31:27 GMT | ||
* Last updated: Mon, 20 Sep 2021 16:01:22 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,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
13385