Skip to content

Commit 97b6b4a

Browse files
FIX-TS-def adding addRef definition
1 parent b9377e3 commit 97b6b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ interface ActionsStatic {
164164
refresh: (props?: any) => void;
165165
replace: (sceneKey: string, props?: any) => void;
166166
reset: (sceneKey: string, props?: any) => void;
167+
addRef: (name: string, ref?: any) => void
167168
drawerOpen?: any;
168169
drawerClose?: any;
169170
}

0 commit comments

Comments
 (0)