UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

7 lines (6 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Handsontable = void 0; require("@babel/polyfill/lib/noConflict"); var Lib = require('handsontable'); exports.Handsontable = typeof Lib.default === 'function' ? Lib.default : Lib;