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