Skip to content

Commit

Permalink
Merge pull request #1 from erkrapide/typings2
Browse files Browse the repository at this point in the history
Quick fixes for typing errors on: error TS2411
  • Loading branch information
bradjohns0n authored Nov 29, 2017
2 parents 8676365 + 0a3ea2b commit 063247f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ interface ActionsStatic {
refresh: (props?: any) => void;
replace: (sceneKey: string, props?: any) => void;
reset: (sceneKey: string, props?: any) => void;
drawerOpen?: () => void;
drawerClose?: () => void;
drawerOpen?: any;
drawerClose?: any;

}
interface ActionsGenericStatic extends ActionsStatic {
Expand Down

0 comments on commit 063247f

Please sign in to comment.