Skip to content

Commit

Permalink
gatsby-link add withPrefix to typescript #2887 (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
codekiln authored and KyleAMathews committed Nov 13, 2017
1 parent 2c99268 commit f1296e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby-link/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ export interface GatsbyLinkProps extends NavLinkProps {

export const navigateTo: (path: string) => void;

export const withPrefix: (path: string) => string;

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

0 comments on commit f1296e5

Please sign in to comment.