Skip to content

Commit

Permalink
[react-router-redux] Add explicit types for ConnectedRouter#children (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 7, 2021
1 parent 8dd422a commit 93b68ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/react-router-redux/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import * as React from 'react';
import { match } from 'react-router';

export interface ConnectedRouterProps<State> {
children?: React.ReactNode;
store?: Store<State> | undefined;
history: History;
}
Expand Down

0 comments on commit 93b68ef

Please sign in to comment.