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:
parent
090e2991cb
commit
2e90f669e5
4 changed files with 353 additions and 0 deletions
8
src/types/progressOptions.ts
Normal file
8
src/types/progressOptions.ts
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue