fix: lint

This commit is contained in:
Fredrik Burmester
2025-03-16 18:08:55 +01:00
parent 92513e234f
commit 5757b1c010
4 changed files with 126 additions and 28 deletions

View File

@@ -59,7 +59,7 @@ export type ChapterInfo = {
export type VlcPlayerViewProps = {
source: VlcPlayerSource;
style?: Object;
style?: Record<string, unknown>;
progressUpdateInterval?: number;
paused?: boolean;
muted?: boolean;