React Router API Reference
    Preparing search index...

    Interface LinksProps

    Props for the Links component.

    interface LinksProps {
        crossOrigin?: "anonymous" | "use-credentials";
        nonce?: string;
    }
    Index

    Properties

    Properties

    crossOrigin?: "anonymous" | "use-credentials"

    A crossOrigin attribute to render on the <link> element

    nonce?: string

    A nonce attribute to render on the <link> element