fieldnotesai
    Preparing search index...

    Provides functionality for profile menu modal props.

    interface ProfileMenuModalProps {
        onClose: () => void;
        onLogout: () => void;
        user: User | null | undefined;
        visible: boolean;
    }
    Index

    Properties

    onClose: () => void
    onLogout: () => void
    user: User | null | undefined
    visible: boolean