diff --git a/packages/gatsby-link/index.d.ts b/packages/gatsby-link/index.d.ts index dec7c2cdf2a8d..6c9cfa9ec5473 100644 --- a/packages/gatsby-link/index.d.ts +++ b/packages/gatsby-link/index.d.ts @@ -24,7 +24,7 @@ export interface GatsbyLinkProps extends LinkProps { * This component is intended _only_ for links to pages handled by Gatsby. For links to pages on other * domains or pages on the same domain not handled by the current Gatsby site, use the normal `` element. */ -export class GatsbyLink extends React.Component< +export class Link extends React.Component< GatsbyLinkProps, any > {}