mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-13 09:04:30 +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.