Nikita Balikhin

Results 4 issues of Nikita Balikhin

Added missing typescript [inlineStyleFn](https://www.npmjs.com/package/draft-js-export-html#inlinestylesfn) definition (same as flow definition)

**Description** There is following blocks of code inside editor's `normalizeNode` method: ```ts // Ensure that block and inline nodes have at least one text child. if (Element.isElement(node) && node.children.length ===...

bug