SkipLinkProps: AnchorHTMLAttributes<HTMLAnchorElement> & {
    children?: ReactNode;
}

Props for SkipLink.