mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #6001 from rushi216/master
added several properties on VideoJSOptions interface
This commit is contained in:
Vendored
+4
@@ -12,6 +12,10 @@ interface VideoJSOptions {
|
||||
height?: number;
|
||||
defaultVolume?: number;
|
||||
children?: Object;
|
||||
controls?: boolean;
|
||||
src?: string;
|
||||
autoplay?: boolean;
|
||||
preload?: string;
|
||||
}
|
||||
|
||||
interface VideoJSSource {
|
||||
|
||||
Reference in New Issue
Block a user