fixed-react-data-grid-custom
Version:
Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like
7 lines • 298 B
JavaScript
import { __assign } from "tslib";
import React from 'react';
import CellMask from './CellMask';
export default function SelectionRangeMask(props) {
return (React.createElement(CellMask, __assign({}, props, { className: "rdg-selected-range" })));
}
//# sourceMappingURL=SelectionRangeMask.js.map