UNPKG

video.js

Version:

An HTML5 video player that supports HLS and DASH with a common API and skin.

17 lines 379 B
export default VolumeLevel; /** * Shows volume level * * @extends Component */ declare class VolumeLevel extends Component { /** * Create the `Component`'s DOM element * * @return {Element} * The element that was created. */ createEl(): Element; } import Component from '../../component.js'; //# sourceMappingURL=volume-level.d.ts.map