@pickme/auth
    Preparing search index...
    interface LoggedInData {
        isLoggedIn: boolean;
        onLogout: () => void;
    }
    Index

    Properties

    Properties

    isLoggedIn: boolean
    onLogout: () => void