interface NavigateProps {
    relative?: RelativeRoutingType;
    replace?: boolean;
    state?: any;
    to: To;
}

Properties

replace?: boolean
state?: any
to: To