UNPKG

@atlaskit/editor-common

Version:

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

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