diff --git a/types/video.js/index.d.ts b/types/video.js/index.d.ts index 1801f69ab4..cde81fbe46 100644 --- a/types/video.js/index.d.ts +++ b/types/video.js/index.d.ts @@ -3,6 +3,7 @@ // Definitions by: Vincent Bortone // Simon Clériot // Sean Bennett +// Christoph Wagner // 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 {