DefinitelyTyped/types/draft-js
Dobes Vandermeer e05312e8cb [draft-js] RichTextEditorUtil nullable return types (#38852)
* handleKeyCommand may return null

Even some values of DraftEditorCommand may result in a null return
from handleKeyCommand, for example 'move-selection-to-start-of-block'.

* onBackspace, onDelete, and tryToRemoveBlockStyle may return null

These functions will return `null` if the selection is not collapsed.
2019-10-03 13:29:42 -07:00
..
draft-js-tests.tsx
index.d.ts
package.json
tsconfig.json
tslint.json