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

    Interface ButtonHrefAndToProps

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

    Properties

    Properties

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