fix(plyr.d.ts): add force to FullScreenOptions
This commit is contained in:
parent
98dbb2e43f
commit
967206c695
2
src/js/plyr.d.ts
vendored
2
src/js/plyr.d.ts
vendored
@ -534,7 +534,7 @@ declare namespace Plyr {
|
||||
|
||||
interface FullScreenOptions {
|
||||
enabled?: boolean;
|
||||
fallback?: boolean;
|
||||
fallback?: boolean | 'force';
|
||||
allowAudio?: boolean;
|
||||
iosNative?: boolean;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user