fixed-react-data-grid-custom
Version:
Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like
7 lines • 476 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var CheckboxEditor_1 = require("./CheckboxEditor");
Object.defineProperty(exports, "CheckboxEditor", { enumerable: true, get: function () { return CheckboxEditor_1.default; } });
var SimpleTextEditor_1 = require("./SimpleTextEditor");
Object.defineProperty(exports, "SimpleTextEditor", { enumerable: true, get: function () { return SimpleTextEditor_1.default; } });
//# sourceMappingURL=index.js.map
;