Props for the AuthRequiredCard component.
interface AuthRequiredCardProps { onGoToSettings: () => void;} Copy
interface AuthRequiredCardProps { onGoToSettings: () => void;}
Callback to navigate to settings for AniList authentication.
Props for the AuthRequiredCard component.
Source