mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Convert ItemsContainer to react
This commit is contained in:
parent
71e431d562
commit
c767dba439
7 changed files with 568 additions and 39 deletions
|
@ -1,5 +1,5 @@
|
|||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
interface Event {
|
||||
export interface Event {
|
||||
type: string;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue