From 01b4d030bd8828e90461a31fb495f4ce67652b37 Mon Sep 17 00:00:00 2001 From: Bryan Deloeste Date: Thu, 11 Apr 2019 14:27:01 -0700 Subject: [PATCH] add ts version --- types/react-click-outside-hook/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-click-outside-hook/index.d.ts b/types/react-click-outside-hook/index.d.ts index 3e4d845753..2e78125467 100644 --- a/types/react-click-outside-hook/index.d.ts +++ b/types/react-click-outside-hook/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/bdeloeste/react-click-outside-hook#readme // Definitions by: Bryan Deloeste // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - +// TypeScript Version: 2.8 import { MutableRefObject } from "react"; export function useClickOutside(): [MutableRefObject, boolean];