@types/react-draft-wysiwyg
Advanced tools
Comparing version 1.12.3 to 1.13.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-draft-wysiwyg 1.12 | ||
// Type definitions for react-draft-wysiwyg 1.13 | ||
// Project: https://github.com/jpuri/react-draft-wysiwyg#readme | ||
@@ -7,2 +7,3 @@ // Definitions by: imechZhangLY <https://github.com/imechZhangLY> | ||
// Munif Tanjim <https://github.com/MunifTanjim> | ||
// Nathan Zeplowitz <https://github.com/n-zeplo> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -50,7 +51,2 @@ // TypeScript Version: 2.9 | ||
onTab?(event: SyntheticKeyboardEvent): void; | ||
onEscape?(e: SyntheticKeyboardEvent): void; | ||
onUpArrow?(e: SyntheticKeyboardEvent): void; | ||
onDownArrow?(e: SyntheticKeyboardEvent): void; | ||
onRightArrow?(e: SyntheticKeyboardEvent): void; | ||
onLeftArrow?(e: SyntheticKeyboardEvent): void; | ||
mention?: object; | ||
@@ -79,2 +75,3 @@ hashtag?: object; | ||
): boolean; | ||
customStyleMap?: object; | ||
} | ||
@@ -81,0 +78,0 @@ |
{ | ||
"name": "@types/react-draft-wysiwyg", | ||
"version": "1.12.3", | ||
"version": "1.13.0", | ||
"description": "TypeScript definitions for react-draft-wysiwyg", | ||
@@ -26,2 +26,7 @@ "license": "MIT", | ||
"githubUsername": "MunifTanjim" | ||
}, | ||
{ | ||
"name": "Nathan Zeplowitz", | ||
"url": "https://github.com/n-zeplo", | ||
"githubUsername": "n-zeplo" | ||
} | ||
@@ -41,4 +46,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "654c4bd775b58e8f8e547e5c80bf3099d000d3a9384032ee993a10a572735419", | ||
"typesPublisherContentHash": "c650db63a524e9e41d9efd09de4fb4b79ac95f89c1491b8ba61bcdc8d507ed08", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 26 Jun 2019 18:11:14 GMT | ||
* Last updated: Tue, 05 Nov 2019 01:05:40 GMT | ||
* Dependencies: @types/react, @types/draft-js | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by imechZhangLY <https://github.com/imechZhangLY>, brunoMaurice <https://github.com/brunoMaurice>, ldanet <https://github.com/ldanet>, and Munif Tanjim <https://github.com/MunifTanjim>. | ||
These definitions were written by imechZhangLY <https://github.com/imechZhangLY>, brunoMaurice <https://github.com/brunoMaurice>, ldanet <https://github.com/ldanet>, Munif Tanjim <https://github.com/MunifTanjim>, and Nathan Zeplowitz <https://github.com/n-zeplo>. |
6211
74