mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 21:29:50 +02:00
MangaCardProps extends /* @vue-ignore */ PageCardProps
This commit is contained in:
@@ -41,7 +41,7 @@ type MinimalManga = components['schemas']['MinimalManga'];
|
||||
defineProps<MangaCardProps>();
|
||||
defineEmits(['click']);
|
||||
|
||||
export interface MangaCardProps extends PageCardProps {
|
||||
export interface MangaCardProps extends /* @vue-ignore */ PageCardProps {
|
||||
manga: Manga | MinimalManga;
|
||||
expanded?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user