Merge pull request #1982 from tbntdima/feat/fix-fulscreen-type

fix(plyr.d.ts): add force to FullScreenOptions
This commit is contained in:
Sam Potts 2020-10-15 09:09:49 +11:00 committed by GitHub
commit 30989e4dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}