Props for the MatchingResume component.
interface MatchingResumeProps { pendingMangaCount: number; onResumeMatching: () => void; onCancelResume: () => void;} Copy
interface MatchingResumeProps { pendingMangaCount: number; onResumeMatching: () => void; onCancelResume: () => void;}
Number of manga pending from a previous session.
Callback to resume the matching process.
Callback to cancel resuming and continue normally.
Props for the MatchingResume component.
Source