UNPKG

react-datasheet-grid

Version:

An Excel-like React component to create beautiful spreadsheets.

3 lines 195 B
import { Dispatch, SetStateAction } from 'react'; export declare const useDeepEqualState: <T>(defaultValue: T) => [T, Dispatch<SetStateAction<T>>]; //# sourceMappingURL=useDeepEqualState.d.ts.map