UNPKG

@sdziadkowiec/react-datasheet-grid

Version:

An Excel-like React component to create beautiful spreadsheets.

8 lines 258 B
import React from 'react'; export declare const useEdges: (ref: React.RefObject<HTMLElement | null>, width?: number, height?: number) => { top: boolean; right: boolean; bottom: boolean; left: boolean; }; //# sourceMappingURL=useEdges.d.ts.map