UNPKG

handsontable

Version:

Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.

9 lines (6 loc) 242 B
"use strict"; exports.__esModule = true; exports.NumericCellType = exports.CELL_TYPE = void 0; var _numericType = require("./numericType"); exports.CELL_TYPE = _numericType.CELL_TYPE; exports.NumericCellType = _numericType.NumericCellType;