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

    Interface LinkOnlyToProps

    interface LinkOnlyToProps {
        href?: undefined;
        to?: To;
        toOptions?: NavigateOptions;
    }
    Index

    Properties

    Properties

    href?: undefined
    to?: To
    toOptions?: NavigateOptions