UNPKG

@atlaskit/editor-common

Version:

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

49 lines (48 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "anyMarkActive", { enumerable: true, get: function get() { return _textFormatting.anyMarkActive; } }); Object.defineProperty(exports, "applyMarkOnRange", { enumerable: true, get: function get() { return _commands.applyMarkOnRange; } }); Object.defineProperty(exports, "filterChildrenBetween", { enumerable: true, get: function get() { return _commands.filterChildrenBetween; } }); Object.defineProperty(exports, "isMarkAllowedInRange", { enumerable: true, get: function get() { return _textFormatting.isMarkAllowedInRange; } }); Object.defineProperty(exports, "isMarkExcluded", { enumerable: true, get: function get() { return _textFormatting.isMarkExcluded; } }); Object.defineProperty(exports, "toggleMark", { enumerable: true, get: function get() { return _commands.toggleMark; } }); Object.defineProperty(exports, "transformSmartCharsMentionsAndEmojis", { enumerable: true, get: function get() { return _commands.transformSmartCharsMentionsAndEmojis; } }); var _commands = require("./commands"); var _textFormatting = require("./text-formatting");