Props for the ResumeNotification component.
export interface ResumeNotificationProps { pendingMangaCount: number; onResumeMatching: () => void; onCancelResume: () => void;} Copy
export interface ResumeNotificationProps { pendingMangaCount: number; onResumeMatching: () => void; onCancelResume: () => void;}
The number of manga pending from a previous session.
Callback to resume the matching process.
Callback to cancel resuming the matching process.
Props for the ResumeNotification component.
Source