mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
17 lines
276 B
JavaScript
17 lines
276 B
JavaScript
/**
|
|
* @fileoverview Externs for Polymer
|
|
* @externs
|
|
*/
|
|
|
|
/**
|
|
* @param {!{is: string}} init
|
|
* @return {!HTMLElement}
|
|
*/
|
|
function Polymer(init){}
|
|
|
|
/**
|
|
* @param {string} string
|
|
* @param {Object} obj
|
|
* @return {string}
|
|
*/
|
|
function JSCompiler_renameProperty(string, obj) {} |