Interface RouterOptions

interface RouterOptions {
    inAnimation?: IncludeText<AnimationType, "In">;
    mode?: "history" | "hash";
    outAnimation?: IncludeText<AnimationType, "Out">;
}

Hierarchy

Properties

inAnimation?: IncludeText<AnimationType, "In">
mode?: "history" | "hash"
outAnimation?: IncludeText<AnimationType, "Out">

Generated using TypeDoc