@types/react-draft-wysiwyg
Advanced tools
Comparing version 1.12.2 to 1.12.3
@@ -6,4 +6,5 @@ // Type definitions for react-draft-wysiwyg 1.12 | ||
// ldanet <https://github.com/ldanet> | ||
// Munif Tanjim <https://github.com/MunifTanjim> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.8 | ||
// TypeScript Version: 2.9 | ||
@@ -71,3 +72,8 @@ import * as React from 'react'; | ||
editorRef?(ref: object): void; | ||
handlePastedText?(text: string, html: string, editorState: EditorState, onChange: (editorState: EditorState) => void): boolean; | ||
handlePastedText?( | ||
text: string, | ||
html: string, | ||
editorState: EditorState, | ||
onChange: (editorState: EditorState) => void | ||
): boolean; | ||
} | ||
@@ -74,0 +80,0 @@ |
{ | ||
"name": "@types/react-draft-wysiwyg", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"description": "TypeScript definitions for react-draft-wysiwyg", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "ldanet" | ||
}, | ||
{ | ||
"name": "Munif Tanjim", | ||
"url": "https://github.com/MunifTanjim", | ||
"githubUsername": "MunifTanjim" | ||
} | ||
@@ -28,3 +33,4 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-draft-wysiwyg" | ||
}, | ||
@@ -36,4 +42,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "8d34b24b3dbce498cecf0cd89b3a3f647a112e285a3bf5273f69cfa652977f63", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "654c4bd775b58e8f8e547e5c80bf3099d000d3a9384032ee993a10a572735419", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-draft-wysiwyg ( https://github.com/jpuri/react-draft-wysiwyg#readme ). | ||
This package contains type definitions for react-draft-wysiwyg (https://github.com/jpuri/react-draft-wysiwyg#readme). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 20 Feb 2019 01:33:36 GMT | ||
* Last updated: Wed, 26 Jun 2019 18:11:14 GMT | ||
* Dependencies: @types/react, @types/draft-js | ||
@@ -18,2 +18,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>. | ||
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>. |
6171
77