Merge pull request #1982 from tbntdima/feat/fix-fulscreen-type
fix(plyr.d.ts): add force to FullScreenOptions
This commit is contained in:
commit
30989e4dbc
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