UNPKG

@apoorvdwi/excalidraw-collab

Version:
3 lines (2 loc) 151 B
/// <reference types="react" /> export declare const useOutsideClickHook: (handler: (event: Event) => void) => import("react").MutableRefObject<null>;