Skip to content

Commit

Permalink
chore(gatsby-link): Correct type export (#36968)
Browse files Browse the repository at this point in the history
  • Loading branch information
roryclaasen committed Nov 7, 2022
1 parent 0ad6314 commit 6a53861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-link/index.d.ts
Expand Up @@ -24,7 +24,7 @@ export interface GatsbyLinkProps<TState> extends LinkProps<TState> {
* 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 `<a>` element.
*/
export class GatsbyLink<TState> extends React.Component<
export class Link<TState> extends React.Component<
GatsbyLinkProps<TState>,
any
> {}
Expand Down

0 comments on commit 6a53861

Please sign in to comment.