@types/react-mentions
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -9,2 +9,5 @@ // Type definitions for react-mentions 3.0 | ||
type Omit<T, K> = Pick<T, Exclude<keyof T, K>>; | ||
export {}; | ||
/** | ||
@@ -23,3 +26,3 @@ * MentionsInput is the main component rendering the textarea control. It takes one or multiple Mention components as its children. | ||
*/ | ||
export interface MentionsInputProps { | ||
export interface MentionsInputProps extends Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, 'onChange' | 'onBlur' | 'onKeyDown' | 'onSelect'> { | ||
/** | ||
@@ -26,0 +29,0 @@ * If set to `true` a regular text input element will be rendered |
{ | ||
"name": "@types/react-mentions", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for react-mentions", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "cdf642e6976934b3067dc2cd20581aba52b4c7f10cbdb79ce1407d6af13c6329", | ||
"typesPublisherContentHash": "36b1d1063b46f301da8336e61e452649ac69330f28ab063b8070fbf8e15755e5", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 01 May 2019 05:07:58 GMT | ||
* Last updated: Wed, 15 May 2019 20:20:10 GMT | ||
* Dependencies: @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
7616
122