Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface WithRouteGuardOptions

    interface WithRouteGuardOptions {
        fallback?: ReactNode;
        redirectTo?: string;
    }
    Index

    Properties

    fallback?: ReactNode
    redirectTo?: string