Skip to content

Commit

Permalink
FIX-TS-def adding addRef definition
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSSantos1 committed Mar 5, 2021
1 parent b9377e3 commit 97b6b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 97b6b4a

Please sign in to comment.