UNPKG

@tableflow/react

Version:

The React SDK for TableFlow. Embed an importer to collect and transform CSV files in your application.

13 lines (12 loc) 308 B
type Size = { x: number; y: number; width: number; height: number; top: number; right: number; bottom: number; left: number; }; declare function useRect<T extends HTMLElement = HTMLDivElement>(): [(node: T | null) => void, Size, Function]; export default useRect;