diff --git a/index.d.ts b/index.d.ts index 1d5713234..950ecfda8 100644 --- a/index.d.ts +++ b/index.d.ts @@ -202,6 +202,8 @@ declare namespace RNRF { * optional wrappert */ wrapBy?: ()=>any, + + panHandlers?: null | (()=>any) } /**