mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
Merge pull request #22062 from IgelCampus/videojs-add-plugins
Added missing "plugins" member for video.js PlayerOptions
This commit is contained in:
2
types/video.js/index.d.ts
vendored
2
types/video.js/index.d.ts
vendored
@@ -3,6 +3,7 @@
|
||||
// Definitions by: Vincent Bortone <https://github.com/vbortone>
|
||||
// Simon Clériot <https://github.com/scleriot>
|
||||
// Sean Bennett <https://github.com/SWBennett06>
|
||||
// Christoph Wagner <https://github.com/IgelCampus>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
// The Video.js API allows you to interact with the video through
|
||||
@@ -33,6 +34,7 @@ declare namespace videojs {
|
||||
fluid?: boolean;
|
||||
language?: string;
|
||||
notSupportedMessage?: string;
|
||||
plugins?: any;
|
||||
}
|
||||
|
||||
interface Source {
|
||||
|
||||
Reference in New Issue
Block a user