UNPKG
sailboat-design
Version:
latest (0.1.7)
0.1.7
0.1.5
0.1.4
0.1.2
0.1.0
A simple sailboat simulator
github.com/lzw10168/sailboat
lzw10168/sailboat
sailboat-design
/
dist
/
hooks
/
useClickOutside.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
{
RefObject
}
from
'react'
; declare
function
useClickOutside
(
ref: RefObject<HTMLElement>, handler:
Function
):
void
;
export
default
useClickOutside;