mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
added several properties on VideoJSOptions interface
This commit is contained in:
parent
54f064352a
commit
ac2262811c
4
videojs/videojs.d.ts
vendored
4
videojs/videojs.d.ts
vendored
@ -12,6 +12,10 @@ interface VideoJSOptions {
|
||||
height?: number;
|
||||
defaultVolume?: number;
|
||||
children?: Object;
|
||||
controls?: boolean;
|
||||
src?: string;
|
||||
autoplay?: boolean;
|
||||
preload?: string;
|
||||
}
|
||||
|
||||
interface VideoJSSource {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user