UNPKG

slate-edit-list

Version:

A Slate plugin to handle keyboard events in lists.

14 lines (12 loc) 338 B
import wrapInList from './wrapInList'; import unwrapList from './unwrapList'; import splitListItem from './splitListItem'; import increaseItemDepth from './increaseItemDepth'; import decreaseItemDepth from './decreaseItemDepth'; export { wrapInList, unwrapList, splitListItem, increaseItemDepth, decreaseItemDepth };