Skip to content

Instantly share code, notes, and snippets.

@ace4gi
Created January 9, 2020 00:36
Show Gist options
  • Select an option

  • Save ace4gi/dc77593fa1599fe959c990b71864de85 to your computer and use it in GitHub Desktop.

Select an option

Save ace4gi/dc77593fa1599fe959c990b71864de85 to your computer and use it in GitHub Desktop.
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