Merge pull request #4874 from grafixeyehero/Convert-ItemsContainer-to-react

Convert emby-ItemsContainer to react
This commit is contained in:
Bill Thornton
2023-10-25 01:15:43 -04:00
committed by GitHub
7 changed files with 568 additions and 39 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
interface Event {
export interface Event {
type: string;
}