Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Finished updating the interfaces.
Browse files Browse the repository at this point in the history
Sorry, forgot to update the interface.
  • Loading branch information
jacob-ebey authored Nov 15, 2018
1 parent ee5ff03 commit d3f5ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use-react-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { __RouterContext, RouteComponentProps } from 'react-router';
import useForceUpdate from 'use-force-update';

interface UseRouter {
(): RouteComponentProps<{}>;
<T = {}>(): RouteComponentProps<T>;
}

interface VoidFunction {
Expand Down

0 comments on commit d3f5ebf

Please sign in to comment.