mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Add playButtonBehavior type
This commit is contained in:
@@ -108,5 +108,6 @@ export type GridCardData = {
|
|||||||
itemHeight: number;
|
itemHeight: number;
|
||||||
itemType: LibraryItem;
|
itemType: LibraryItem;
|
||||||
itemWidth: number;
|
itemWidth: number;
|
||||||
route?: CardRoute;
|
playButtonBehavior: Play;
|
||||||
|
route: CardRoute;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user