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