* @see Docs https://reach.tech/skip-nav#skipnavlink-props
| 86 | * @see Docs https://reach.tech/skip-nav#skipnavlink-props |
| 87 | */ |
| 88 | interface SkipNavLinkProps { |
| 89 | /** |
| 90 | * Allows you to change the text for your preferred phrase or localization. |
| 91 | * |
| 92 | * @see Docs https://reach.tech/skip-nav#skipnavlink-children |
| 93 | */ |
| 94 | children?: React.ReactNode |
| 95 | /** |
| 96 | * An alternative ID for `SkipNavContent`. If used, the same value must be |
| 97 | * provided to the `id` prop in `SkipNavContent`. |
| 98 | * |
| 99 | * @see Docs https://reach.tech/skip-nav#skipnavlink-contentid |
| 100 | */ |
| 101 | contentId?: string |
| 102 | } |
| 103 | |
| 104 | SkipNavLink.displayName = 'SkipNavLink' |
| 105 |
nothing calls this directly
no outgoing calls
no test coverage detected