Created
January 9, 2020 00:36
-
-
Save ace4gi/dc77593fa1599fe959c990b71864de85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { match } from "react-router-dom"; | |
| import * as H from "history"; | |
| interface TOwnProps { | |
| history: H.History; | |
| match: match<{ termsName: string }>; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment