mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Add generic to CardRow type
squash cardrow type squash cardrow type
This commit is contained in:
parent
747633fb25
commit
6eb08243b7
4 changed files with 10 additions and 8 deletions
|
|
@ -12,7 +12,7 @@ import { AlbumCard } from '/@/renderer/components/card';
|
|||
import { useHandlePlayQueueAdd } from '/@/renderer/features/player/hooks/use-handle-playqueue-add';
|
||||
|
||||
interface GridCarouselProps {
|
||||
cardRows: CardRow[];
|
||||
cardRows: CardRow<any>[];
|
||||
children: React.ReactElement;
|
||||
containerWidth: number;
|
||||
data: any[] | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue