UNPKG

fixed-react-data-grid-custom

Version:

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

10 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); function RowsContainer(_a) { var children = _a.children; return react_1.default.createElement(react_1.default.Fragment, null, children); } exports.default = RowsContainer; //# sourceMappingURL=RowsContainer.js.map