Props for the MangaSearchPanel component.
export interface MangaSearchPanelProps { kenmeiManga?: KenmeiManga; onClose: () => void; onSelectMatch: (manga: AniListManga) => void; token?: string; bypassCache?: boolean;} Copy
export interface MangaSearchPanelProps { kenmeiManga?: KenmeiManga; onClose: () => void; onSelectMatch: (manga: AniListManga) => void; token?: string; bypassCache?: boolean;}
Optional
Kenmei manga to search for a match.
Callback to close the search panel.
Callback when a manga match is selected.
AniList access token.
Whether to bypass the cache for searching.
Props for the MangaSearchPanel component.
Source