Props
Props for the Links component.
OptionalcrossOrigin?: "anonymous" | "use-credentials"A crossOrigin
attribute to render on the <link>
element
Optionalnonce?: stringA nonce
attribute to render on the <link>
element. If not provided in Framework Mode, it will default to any
<ServerRouter nonce> prop.
A collection of React elements for <link>
tags
Renders all the
<link>tags created by the route module'slinksexport. You should render it inside the<head>of your document.