Skip to content

Commit

Permalink
Change type from string to any as objects can also be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikki1993 committed Jan 17, 2018
1 parent aee5981 commit 65cf341
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,7 +5,7 @@ export interface GatsbyLinkProps extends NavLinkProps {
onClick?: (event: any) => void
className?: string
style?: any
to: string
to: any
}

export const navigateTo: (path: string) => void
Expand Down

0 comments on commit 65cf341

Please sign in to comment.