fix(plyr.d.ts): add force to FullScreenOptions

This commit is contained in:
Dima An 2020-10-14 17:09:14 +02:00
parent 98dbb2e43f
commit 967206c695

2
src/js/plyr.d.ts vendored
View File

@ -534,7 +534,7 @@ declare namespace Plyr {
interface FullScreenOptions {
enabled?: boolean;
fallback?: boolean;
fallback?: boolean | 'force';
allowAudio?: boolean;
iosNative?: boolean;
}