shaka-player
Version:
DASH/EME video player library
19 lines (15 loc) • 330 B
JavaScript
/** @license
* 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) {};