Internal
Status count information for each Kenmei status.
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.
The number of manga entries with this status.
The icon to display for this status.
The label for this status.
The text color class for this status.
The background color class for this status.
Status count information for each Kenmei status.
Source