UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

3 lines (2 loc) 242 B
export { transformNonTextNodesToText, applyMarkOnRange, filterChildrenBetween, toggleMark, removeMark, entireSelectionContainsMark, } from './commands'; export { anyMarkActive, isMarkAllowedInRange, isMarkExcluded } from './text-formatting';