@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
5 lines (4 loc) • 343 B
JavaScript
// Disable no-re-export rule for entry point files
/* eslint-disable @atlaskit/editor/no-re-export */
export { transformNonTextNodesToText, applyMarkOnRange, filterChildrenBetween, toggleMark, removeMark, entireSelectionContainsMark } from './commands';
export { anyMarkActive, isMarkAllowedInRange, isMarkExcluded } from './text-formatting';