shaka-player
Version:
DASH/EME video player library
20 lines (16 loc) • 346 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for Tippy methods.
* @externs
*/
/**
* This is the subset of this method that we use in our demo code.
*
* @param {!Element} element
* @param {!Object} config
*/
const tippy = function(element, config) {};