UNPKG

@light-sheet/react

Version:

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

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