Skip to content

Commit

Permalink
Merge pull request #3737 from felipemillhouse/FIX-TS-def
Browse files Browse the repository at this point in the history
FIX-TS-def adding addRef definition
  • Loading branch information
aksonov authored Mar 10, 2021
2 parents b9377e3 + 97b6b4a commit 5876f67
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 5876f67

Please sign in to comment.