@types/react-draft-wysiwyg
Advanced tools
Comparing version 1.13.1 to 1.13.2
@@ -11,4 +11,4 @@ // Type definitions for react-draft-wysiwyg 1.13 | ||
import * as React from 'react'; | ||
import * as Draft from 'draft-js'; | ||
import * as React from "react"; | ||
import * as Draft from "draft-js"; | ||
@@ -69,2 +69,7 @@ export type SyntheticKeyboardEvent = React.KeyboardEvent<{}>; | ||
editorRef?(ref: object): void; | ||
handleKeyCommand?( | ||
command: Draft.DraftEditorCommand, | ||
editorState: EditorState, | ||
eventTimeStamp: number, | ||
): Draft.DraftHandleValue; | ||
handlePastedText?( | ||
@@ -71,0 +76,0 @@ text: string, |
{ | ||
"name": "@types/react-draft-wysiwyg", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "TypeScript definitions for react-draft-wysiwyg", | ||
@@ -45,4 +45,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "ab32c04861bb08689bbbd2b75116e77c302e11c28be52d1431e2d9a6399a3325", | ||
"typeScriptVersion": "3.3" | ||
"typesPublisherContentHash": "ac43eaef8bbfa5301c343e41d9b129301db9531cb09c27f8bdda4ec96cc322ed", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 04 Jan 2021 20:50:45 GMT | ||
* Last updated: Wed, 31 Mar 2021 09:31:09 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/draft-js](https://npmjs.com/package/@types/draft-js) | ||
@@ -14,0 +14,0 @@ * Global values: none |
6465
80