handsontable
Version:
Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.
10 lines (7 loc) • 371 B
JavaScript
;
exports.__esModule = true;
exports.MultiColumnSorting = exports.PLUGIN_PRIORITY = exports.PLUGIN_KEY = void 0;
var _multiColumnSorting = require("./multiColumnSorting");
exports.PLUGIN_KEY = _multiColumnSorting.PLUGIN_KEY;
exports.PLUGIN_PRIORITY = _multiColumnSorting.PLUGIN_PRIORITY;
exports.MultiColumnSorting = _multiColumnSorting.MultiColumnSorting;