diff --git a/src/Provider.tsx b/src/Provider.tsx index b7a7565..f2c4067 100644 --- a/src/Provider.tsx +++ b/src/Provider.tsx @@ -6,6 +6,7 @@ import { isInRange } from './utils/helpers'; type ClickOutsideProviderProps = { activateOnSwipe?: boolean; swipeThreshold?: number; + children: React.ReactNode; }; let touchX: number | undefined;