"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;