1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Migrate Indicator to react

This commit is contained in:
grafixeyehero 2024-01-31 02:59:45 +03:00
parent 090e2991cb
commit 2e90f669e5
4 changed files with 353 additions and 0 deletions

View file

@ -0,0 +1,8 @@
import { UserItemDataDto } from '@jellyfin/sdk/lib/generated-client';
export interface ProgressOptions {
containerClass: string,
type?: string | null,
userData?: UserItemDataDto,
mediaType?: string
}