video.js
Version:
An HTML5 video player that supports HLS and DASH with a common API and skin.
17 lines • 429 B
TypeScript
export default LoadingSpinner;
/**
* A loading spinner for use during waiting/loading events.
*
* @extends Component
*/
declare class LoadingSpinner extends Component {
/**
* Create the `LoadingSpinner`s DOM element.
*
* @return {Element}
* The dom element that gets created.
*/
createEl(): Element;
}
import Component from './component';
//# sourceMappingURL=loading-spinner.d.ts.map