From 97b6b4afeacad6c4d6a03a096b8fc78a85ac94d4 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Fri, 5 Mar 2021 18:06:08 -0500 Subject: [PATCH] FIX-TS-def adding addRef definition --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 548234919..0cf2d03ec 100644 --- a/index.d.ts +++ b/index.d.ts @@ -164,6 +164,7 @@ interface ActionsStatic { refresh: (props?: any) => void; replace: (sceneKey: string, props?: any) => void; reset: (sceneKey: string, props?: any) => void; + addRef: (name: string, ref?: any) => void drawerOpen?: any; drawerClose?: any; }