@types/react-mentions
Advanced tools
Comparing version 3.3.1 to 4.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-mentions 3.3 | ||
// Type definitions for react-mentions 4.1 | ||
// Project: https://github.com/signavio/react-mentions | ||
@@ -6,6 +6,5 @@ // Definitions by: Scott Willeke <https://github.com/activescott> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
// TypeScript Version: 3.5 | ||
import * as React from "react"; | ||
type Omit<T, K> = Pick<T, Exclude<keyof T, K>>; | ||
export {}; | ||
@@ -50,2 +49,7 @@ | ||
inputRef?: React.Ref<HTMLTextAreaElement> | React.Ref<HTMLInputElement>; | ||
/** | ||
* This label would be exposed to screen readers when suggestion popup appears | ||
* @default '' | ||
*/ | ||
a11ySuggestionsListLabel?: string; | ||
} | ||
@@ -52,0 +56,0 @@ |
{ | ||
"name": "@types/react-mentions", | ||
"version": "3.3.1", | ||
"version": "4.1.0", | ||
"description": "TypeScript definitions for react-mentions", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "3041ef715d9935ef09f5eb302f2ee4ab55e2e6ffd103d0dad74f9055fc5b252a", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "80587dbeb08dcc0f33f578796c416833a998faa59736eee5416399b2df284a57", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 28 Oct 2020 03:29:22 GMT | ||
* Last updated: Sun, 07 Feb 2021 19:11:03 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
12844
32
256