mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-31 00:20:11 +00:00
* 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.