UNPKG

fixed-react-data-grid-custom

Version:

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

6 lines (5 loc) 211 B
/// <reference types="react" /> export interface SimpleCellFormatterProps { value: string | number | boolean; } export declare function SimpleCellFormatter({ value }: SimpleCellFormatterProps): JSX.Element;