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