Update dependencies

This commit is contained in:
schroda
2026-03-08 23:25:02 +01:00
parent 00d6350cee
commit f549658dfa
9 changed files with 651 additions and 591 deletions

View File

@@ -182,7 +182,8 @@ const VerticalGrid = ({
);
export interface IMangaGridProps
extends Omit<DefaultGridProps, 'GridItemContainer'>,
extends
Omit<DefaultGridProps, 'GridItemContainer'>,
Partial<React.ComponentProps<typeof EmptyViewAbsoluteCentered>> {
hasNextPage: boolean;
loadMore: () => void;