interface Props {
    pendingMangaCount: number;
    onResumeMatching: () => void;
    onCancelResume: () => void;
}

Properties

pendingMangaCount: number
onResumeMatching: () => void
onCancelResume: () => void