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) 248 B
import React from 'react'; export interface SelectAllProps { onChange(event: React.ChangeEvent<HTMLInputElement>): void; } export declare const SelectAll: React.ForwardRefExoticComponent<SelectAllProps & React.RefAttributes<HTMLInputElement>>;