react-magma-dom 4.9.0-next.24 → 4.9.0-next.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,5 +22,10 @@ export interface SkipLinkProps extends Omit<HyperlinkProps, 'children' | 'to'> {
22
22
  * @internal
23
23
  */
24
24
  testId?: string;
25
+ /**
26
+ * The `to` prop will be removed from the SkipLink component in the next major release.
27
+ * @deprecated = true
28
+ */
29
+ to?: string;
25
30
  }
26
31
  export declare const SkipLink: React.FunctionComponent<SkipLinkProps>;