/** * polymer.d.ts * * Interface specific to the Polymer-Project specific aspects of the UI. */ // TODO(#345): Actually have typescript for polymer. declare var Polymer :(polymerDef:Object) => void;