UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

13 lines (11 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DragAndDropActionType = void 0; var DragAndDropActionType = exports.DragAndDropActionType = { SET_DROP_TARGET: 'SET_DROP_TARGET', CLEAR_DROP_TARGET: 'CLEAR_DROP_TARGET', TOGGLE_DRAG_MENU: 'TOGGLE_DRAG_MENU' }; // NOTE: This should be a Union of all possible actions