@types/react-draft-wysiwyg
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -24,2 +24,3 @@ // Type definitions for react-draft-wysiwyg 1.13 | ||
export interface EditorProps { | ||
webDriverTestID?: string; | ||
onChange?(contentState: RawDraftContentState): void; | ||
@@ -72,3 +73,3 @@ onEditorStateChange?(editorState: EditorState): void; | ||
editorState: EditorState, | ||
onChange: (editorState: EditorState) => void | ||
onChange: (editorState: EditorState) => void, | ||
): boolean; | ||
@@ -75,0 +76,0 @@ customStyleMap?: object; |
{ | ||
"name": "@types/react-draft-wysiwyg", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "TypeScript definitions for react-draft-wysiwyg", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -46,4 +46,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "c650db63a524e9e41d9efd09de4fb4b79ac95f89c1491b8ba61bcdc8d507ed08", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "ab32c04861bb08689bbbd2b75116e77c302e11c28be52d1431e2d9a6399a3325", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-draft-wysiwyg | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-draft-wysiwyg. | ||
Additional Details | ||
* Last updated: Tue, 05 Nov 2019 01:05:40 GMT | ||
* Dependencies: @types/react, @types/draft-js | ||
### Additional Details | ||
* Last updated: Mon, 04 Jan 2021 20:50:45 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/draft-js](https://npmjs.com/package/@types/draft-js) | ||
* Global values: none | ||
# Credits | ||
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>. | ||
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). |
Sorry, the diff of this file is not supported yet
6302
75