We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad6314 commit 6a53861Copy full SHA for 6a53861
packages/gatsby-link/index.d.ts
@@ -24,7 +24,7 @@ export interface GatsbyLinkProps<TState> extends LinkProps<TState> {
24
* This component is intended _only_ for links to pages handled by Gatsby. For links to pages on other
25
* domains or pages on the same domain not handled by the current Gatsby site, use the normal `<a>` element.
26
*/
27
-export class GatsbyLink<TState> extends React.Component<
+export class Link<TState> extends React.Component<
28
GatsbyLinkProps<TState>,
29
any
30
> {}
0 commit comments