blob: 906713e633562f71808e827d41ed94ee72620ed7 [file] [log] [blame]
/** @fileoverview Externs for HTML imports polyfill. */
/** @see https://github.com/webcomponents/html-imports */
var HTMLImports = {};
/** @param {!Function} callback */
HTMLImports.whenReady = function(callback) {};