Internal
Status count information for a Kenmei manga status category.
export interface StatusCount { status: KenmeiStatus; count: number; icon: React.ReactNode; label: string; color: string; bgColor: string;} Copy
export interface StatusCount { status: KenmeiStatus; count: number; icon: React.ReactNode; label: string; color: string; bgColor: string;}
The KenmeiStatus value.
Number of manga entries with this status.
React element to display for this status.
Human-readable label for this status.
Text color CSS class for this status.
Background color CSS class for this status.
Status count information for a Kenmei manga status category.
Source