react-cool-onclickoutside
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "react-cool-onclickoutside", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "React hook to listen for clicks outside of the component(s).", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -194,3 +194,3 @@ # React Cool Onclickoutside | ||
```js | ||
type Ref = HTMLElement; | ||
type Ref = RefObject<HTMLElement>; | ||
type Callback = (event?: Event) => void; | ||
@@ -197,0 +197,0 @@ |
21598