use custom splitblock command for text align

This commit is contained in:
Philipp Kühn
2020-10-27 12:37:20 +01:00
parent 2c150f5192
commit 8d0c67cc66
4 changed files with 82 additions and 68 deletions

View File

@@ -14,6 +14,7 @@ export { SetNodeAttributes } from './setNodeAttributes'
export { SetBlockType } from './setBlockType'
export { SetContent } from './setContent'
export { SinkListItem } from './sinkListItem'
export { SplitBlock } from './splitBlock'
export { SplitListItem } from './splitListItem'
export { ToggleBlockType } from './toggleBlockType'
export { ToggleList } from './toggleList'