add try command

This commit is contained in:
Philipp Kühn
2020-11-04 15:31:42 +01:00
parent 0ba95a7ae3
commit 7a16546d6f
4 changed files with 57 additions and 28 deletions

View File

@@ -24,6 +24,7 @@ export { SplitListItem } from './splitListItem'
export { ToggleBlockType } from './toggleBlockType'
export { ToggleList } from './toggleList'
export { ToggleMark } from './toggleMark'
export { UpdateMark } from './updateMark'
export { ToggleWrap } from './toggleWrap'
export { Try } from './try'
export { UpdateMark } from './updateMark'
export { WrapInList } from './wrapInList'