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) 174 B
/// <reference types="react" /> export declare function isKeyPrintable(keycode: number): boolean; export declare function isCtrlKeyHeldDown(e: React.KeyboardEvent): boolean;