draftjs-to-html
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -10,3 +10,3 @@ /* @flow */ | ||
*/ | ||
const draftToHtml = (editorContent: ContentState):string => { | ||
const draftToHtml = (editorContent: ContentState): string => { | ||
const html = []; | ||
@@ -40,7 +40,2 @@ if (editorContent) { | ||
console.log('draftToHtml', draftToHtml); | ||
module.exports = { | ||
draftToHtml, | ||
test: 'testing...!!!', | ||
}; | ||
module.exports = draftToHtml; |
{ | ||
"name": "draftjs-to-html", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "A library for draftjs to html conversion.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3487112
2025