improve link handling

This commit is contained in:
Philipp Kühn
2018-11-14 15:55:13 +01:00
parent df05a1d6ca
commit 21c8ad852a
4 changed files with 66 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
export { default as getMarkAttrs } from './utils/getMarkAttrs'
export { default as getMarkRange } from './utils/getMarkRange'
export { default as markIsActive } from './utils/markIsActive'
export { default as nodeIsActive } from './utils/nodeIsActive'