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