add setDefaultNodeAttributes

This commit is contained in:
Philipp Kühn
2020-11-02 15:46:56 +01:00
parent 7ef3c04a2f
commit 83ebbf957a
3 changed files with 40 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export { RemoveMarks } from './removeMarks'
export { ScrollIntoView } from './scrollIntoView'
export { SelectAll } from './selectAll'
export { SelectParentNode } from './selectParentNode'
export { SetDefaultNodeAttributes } from './setDefaultNodeAttributes'
export { SetNodeAttributes } from './setNodeAttributes'
export { SetBlockType } from './setBlockType'
export { SetContent } from './setContent'