@xylabs/sdk-react
    Preparing search index...

    Interface LinkHrefAndToProps

    interface LinkHrefAndToProps {
        href?: string;
        to?: To;
        toOptions?: NavigateOptions;
    }
    Index

    Properties

    Properties

    href?: string
    to?: To
    toOptions?: NavigateOptions