UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

11 lines (10 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DropTargetType = void 0; var DropTargetType = exports.DropTargetType = { NONE: 'none', ROW: 'row', COLUMN: 'column' };