fixed-react-data-grid-custom
Version:
Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like
7 lines • 312 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.test = void 0;
var tslib_1 = require("tslib");
var GridPropHelpers_1 = tslib_1.__importDefault(require("./test/GridPropHelpers"));
exports.test = { GridPropHelpers: GridPropHelpers_1.default };
//# sourceMappingURL=index.js.map
;