UNPKG

@atlaskit/editor-common

Version:

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

7 lines 290 B
export var RelativeSelectionPos = /*#__PURE__*/function (RelativeSelectionPos) { RelativeSelectionPos["Before"] = "Before"; RelativeSelectionPos["Start"] = "Start"; RelativeSelectionPos["Inside"] = "Inside"; RelativeSelectionPos["End"] = "End"; return RelativeSelectionPos; }({});