UNPKG

@atlaskit/editor-plugin-selection

Version:

Selection plugin for @atlaskit/editor-core

11 lines (10 loc) 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SelectionActionTypes = void 0; var SelectionActionTypes = exports.SelectionActionTypes = /*#__PURE__*/function (SelectionActionTypes) { SelectionActionTypes["SET_DECORATIONS"] = "SET_DECORATIONS"; SelectionActionTypes["SET_RELATIVE_SELECTION"] = "SET_RELATIVE_SELECTION"; return SelectionActionTypes; }({});