mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
add 'liveui' as a possible option (#38330)
This commit is contained in:
parent
827ad4c674
commit
22bfab5a86
1
types/video.js/index.d.ts
vendored
1
types/video.js/index.d.ts
vendored
@ -6704,6 +6704,7 @@ declare namespace videojs {
|
||||
inactivityTimeout?: number;
|
||||
language?: string;
|
||||
languages?: { [code: string]: videojs.LanguageTranslations };
|
||||
liveui?: boolean;
|
||||
loop?: boolean;
|
||||
muted?: boolean;
|
||||
nativeControlsForTouch?: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user