UNPKG

handsontable

Version:

Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.

10 lines (7 loc) 355 B
"use strict"; exports.__esModule = true; exports.ManualColumnMove = exports.PLUGIN_PRIORITY = exports.PLUGIN_KEY = void 0; var _manualColumnMove = require("./manualColumnMove"); exports.PLUGIN_KEY = _manualColumnMove.PLUGIN_KEY; exports.PLUGIN_PRIORITY = _manualColumnMove.PLUGIN_PRIORITY; exports.ManualColumnMove = _manualColumnMove.ManualColumnMove;