/*! @license * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Externs for MDL methods. * @externs */ /** @const */ const componentHandler = class { /** @const */ static upgradeDom() {} }; /** @constructor */ const MaterialLayout = class { toggleDrawer() {} }; /** @const {?MaterialLayout} */ Element.prototype.MaterialLayout;