Skip to content

Commit

Permalink
fix broken gatsby link definition for typescript 2.4.2 (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikGuzei authored and KyleAMathews committed Jul 27, 2017
1 parent 6e3f785 commit af19f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-link/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export interface GatsbyLinkProps {
onClick?: (event: any) => void
}

export default class GatsbyLink extends React.Component<GatsbyLinkProps, void> { }
export default class GatsbyLink extends React.Component<GatsbyLinkProps> { }

0 comments on commit af19f0a

Please sign in to comment.