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];