2 * Copyright (c) Meta Platforms, Inc. and affiliates.
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
13 $sliceSelectedTextNodeContent,
14 $trimTextContentFromAnchor,
15 } from './lexical-node';
17 $getSelectionStyleValueForProperty,
23 $shouldOverrideDefaultCharacterSelection,
25 } from './range-selection';
28 createRectsFromDOMRange,
29 getStyleObjectFromCSS,
33 /** @deprecated moved to the lexical package */ $cloneWithProperties,
39 $sliceSelectedTextNodeContent,
40 $trimTextContentFromAnchor,
42 /** @deprecated renamed to {@link $trimTextContentFromAnchor} by @lexical/eslint-plugin rules-of-lexical */
43 export const trimTextContentFromAnchor = $trimTextContentFromAnchor;
46 $getSelectionStyleValueForProperty,
52 $shouldOverrideDefaultCharacterSelection,
56 export {createDOMRange, createRectsFromDOMRange, getStyleObjectFromCSS};