UNPKG

fixed-react-data-grid-custom

Version:

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

4 lines (3 loc) 155 B
/// <reference types="react" /> import { CellMaskProps } from './CellMask'; export default function SelectionRangeMask(props: CellMaskProps): JSX.Element;