UNPKG

@fortune-sheet/react

Version:

FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets

3 lines (2 loc) 170 B
import React from "react"; export declare function useOutsideClick(containerRef: React.RefObject<HTMLElement>, handler: () => void, deps?: React.DependencyList): void;